CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtDilepLRSignalSelObservables.h
Go to the documentation of this file.
1 #ifndef TtDilepLRSignalSelObservables_h
2 #define TtDilepLRSignalSelObservables_h
3 
8 
9 #include <iostream>
10 #include <string>
11 #include <vector>
12 
14 
16 
17  public:
18 
21 
22  typedef std::pair<unsigned int,bool> IntBoolPair;
23  std::vector< IntBoolPair > operator()(TtDilepEvtSolution&, const edm::Event & iEvent,
24  bool matchOnly = false);
26 
27  private:
28 
29  typedef std::pair<unsigned int,double> IntDblPair;
30 
31  double delta(double phi1, double phi2);
32  void fillMinMax(double v1, double v2, int obsNbr,
33  std::vector< IntDblPair > & varList, bool match1, bool match2,
34  std::vector< IntBoolPair > & matchList);
35 
37 
38  std::vector< IntDblPair > evtselectVarVal;
39  std::vector< IntBoolPair > evtselectVarMatch;
41 };
42 
43 #endif
double delta(double phi1, double phi2)
void fillMinMax(double v1, double v2, int obsNbr, std::vector< IntDblPair > &varList, bool match1, bool match2, std::vector< IntBoolPair > &matchList)
std::pair< unsigned int, bool > IntBoolPair
void jetSource(const edm::InputTag &jetSource)
std::vector< IntBoolPair > operator()(TtDilepEvtSolution &, const edm::Event &iEvent, bool matchOnly=false)
int iEvent
Definition: GenABIO.cc:243
std::pair< unsigned int, double > IntDblPair
std::vector< IntBoolPair > evtselectVarMatch