CMS 3D CMS Logo

TtSemiLRJetCombObservables.h
Go to the documentation of this file.
1 //
2 // Author: Jan Heyninck
3 // Created: Tue Apr 3 17:33:23 PDT 2007
4 //
5 //
6 
7 #ifndef TtSemiLRJetCombObservables_h
8 #define TtSemiLRJetCombObservables_h
9 
30 
31 // General C++ stuff
32 #include <iostream>
33 #include <string>
34 #include <vector>
35 #include <Math/VectorUtil.h>
36 
38 
40 public:
41  typedef std::pair<unsigned int, bool> IntBoolPair;
42 
44  const edm::EDGetTokenT<std::vector<pat::Jet> >& jetSourceToken);
46 
47  std::vector<IntBoolPair> operator()(TtSemiEvtSolution&, const edm::Event& iEvent, bool matchOnly = false);
48  //void operator()(TtSemiEvtSolution&);
49 
50 private:
51  typedef std::pair<unsigned int, double> IntDblPair;
52  //std::vector<std::pair<unsigned int,double> > jetCombVarVal;
53 
56 
57  std::vector<IntDblPair> evtselectVarVal;
58  std::vector<IntBoolPair> evtselectVarMatch;
59 };
60 
61 #endif
TtSemiLRJetCombObservables(edm::ConsumesCollector &&iC, const edm::EDGetTokenT< std::vector< pat::Jet > > &jetSourceToken)
std::pair< unsigned int, bool > IntBoolPair
edm::EDGetTokenT< TtGenEvent > genEvtToken_
std::vector< IntBoolPair > operator()(TtSemiEvtSolution &, const edm::Event &iEvent, bool matchOnly=false)
int iEvent
Definition: GenABIO.cc:224
edm::EDGetTokenT< std::vector< pat::Jet > > jetSourceToken_
std::vector< IntDblPair > evtselectVarVal
std::pair< unsigned int, double > IntDblPair
Steering class for the overall top-lepton likelihood.
std::vector< IntBoolPair > evtselectVarMatch