1 #ifndef TPCdEdxDataCorrection_h 2 #define TPCdEdxDataCorrection_h 4 #include "CorrectionBase.hxx" 5 #include "DataClasses.hxx" 38 double GetCorrection(
int run,
int subrun,
unsigned long det);
41 std::pair<int, int> comb;
44 std::pair<int, int> comb0;
47 std::map<std::pair<int, int>,
double> corrTPC1;
50 std::map<std::pair<int, int>,
double> corrTPC2;
53 std::map<std::pair<int, int>,
double> corrTPC3;
56 std::map<std::pair<int, int>,
double>::iterator itr;
All corrections should be registered with the CorrectionManager.
void Apply(AnaSpillC &spill)