1 #ifndef DQMOffline_L1Trigger_L1TLSBlock_h 2 #define DQMOffline_L1Trigger_L1TLSBlock_h 63 template<
class T1,
class T2,
class Pred = std::less<T1> >
65 bool operator()(
const std::pair<T1,T2>&left,
const std::pair<T1,T2>&right) {
67 return p(left.first, right.first);
87 LumiRangeList doBlocking(
const LumiTestDoubleList&,
double,
BLOCKBY);
88 LumiRangeList doBlocking(
const LumiTestIntList&,
int,
BLOCKBY);
92 void initializeIO(
bool);
93 void blockByStatistics();
94 void orderTestDoubleList();
95 void orderTestIntList();
97 double computeErrorFromRange(LumiRange&);
LumiRangeList outputList_
std::vector< LumiRange > LumiRangeList
std::pair< int, int > LumiRange
LumiTestIntList inputIntList_
std::vector< std::pair< int, double > > LumiTestDoubleList
bool operator()(const std::pair< T1, T2 > &left, const std::pair< T1, T2 > &right)
LumiTestDoubleList inputDoubleList_
std::vector< std::pair< int, double > > LumiTestIntList