1 #ifndef PhysicsTools_TagAndProbe_BaseTreeFiller_h 2 #define PhysicsTools_TagAndProbe_BaseTreeFiller_h 174 std::vector<ProbeVariable>
vars_;
223 mutable float mMET_,
mSumET_,
mMETSign_,
mtcMET_,
mtcSumET_,
mtcMETSign_,
mpfMET_,
mpfSumET_,
mpfMETSign_,
mpfPhi_,
void fill(const reco::CandidateBaseRef &probe) const
To be called for each item.
bool addEventVariablesInfo_
Add branches with event variables: met, sum ET, .. etc.
ProbeVariable(const std::string &name, const std::string &expression)
Create a ProbeVariable to be evaluated on the fly from a string expression.
edm::EDGetTokenT< reco::PFMETCollection > pfmetToken_
bool external_
true if it's an external ValueMap, false if it's a StringParser function
std::string name_
the name of the variable, which becomes the ROOT branch name
const std::string & name() const
name
edm::EDGetTokenT< GenEventInfoProduct > weightSrcToken_
bool addRunLumiInfo_
Add branches with run and lumisection number.
edm::EDGetTokenT< GenLumiInfoHeader > _genLumiInfoToken
edm::EDGetTokenT< double > PUweightSrcToken_
std::vector< ProbeVariable > vars_
ProbeFlag(const std::string &name, const std::string &cut)
Create a ProbeFlag to be evaluated on the fly from a string cut.
~ProbeFlag()
Destructor (does nothing)
StringCutObjectSelector< reco::Candidate, true > cut_
implementation of the cut using a string selector
int32_t * address() const
Addess for ROOT Branch.
std::string name_
the name of the variable, which becomes the ROOT branch name
void fill(const reco::CandidateBaseRef &probe) const
To be called once per probe, to fill the values for this probe.
BaseTreeFiller(const BaseTreeFiller &)=delete
BaseTreeFiller & operator=(const BaseTreeFiller &)=delete
A variable for the probe: can be a string expression or an external ValueMap<float> ...
ProbeFlag(const std::string &name, const edm::EDGetTokenT< edm::View< reco::Candidate > > &srcToken)
Create a ProbeFlag to be read from a ValueMap.
std::vector< ProbeFlag > flags_
~BaseTreeFiller()
Destructor, does nothing but it's out-of-line as we have complex data members.
edm::EDGetTokenT< reco::GenParticleCollection > genParticlesToken_
StringObjectFunction< reco::Candidate, true > function_
a lazy-parsed StringObjectFunction<reco::Candidate> that gets all the methods of daughter classes too...
edm::Handle< edm::ValueMap< float > > handle_
the handle to keep the ValueMap
edm::EDGetTokenT< reco::CaloMETCollection > metToken_
edm::EDGetTokenT< LHEEventProduct > _LHECollection
float * address() const
Addess for ROOT Branch.
edm::EDGetTokenT< pat::METCollection > pfmetTokenMiniAOD_
edm::EDGetTokenT< reco::METCollection > tcmetToken_
ProbeVariable(const std::string &name, const edm::EDGetTokenT< edm::ValueMap< float > > &srcToken)
Create a ProbeVariable to be read from a ValueMap.
edm::EDGetTokenT< double > rhoToken_
int32_t value_
the place where we store the value, and that ROOT uses to fill the tree
edm::EDGetTokenT< edm::ValueMap< float > > srcToken_
the external valuemap
void fill(const reco::CandidateBaseRef &probe) const
To be called for each item.
void init(const edm::Event &iEvent) const
To be called at the beginning of the event (will fetch Candidate View if needed)
~ProbeVariable()
Destructor (does nothing)
void addBranches_(TTree *tree, const edm::ParameterSet &iConfig, edm::ConsumesCollector &iC, const std::string &branchNamePrefix="")
const std::string & name() const
name
unsigned long long uint64_t
void writeProvenance(const edm::ParameterSet &pset) const
bool storePUweight() const
WeightMode
How event weights are defined: 'None' = no weights, 'Fixed' = one value specified in cfg file...
edm::EDGetTokenT< reco::VertexCollection > recVtxsToken_
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
void init(const edm::Event &iEvent) const
To be called once per event, to load possible external variables.
bool external_
true if it's an external Candidate View, false if it's a StringParser cut
void init(const edm::Event &iEvent) const
To be called at the beginning of the event (will fetch ValueMap if needed)
edm::EDGetTokenT< std::vector< PileupSummaryInfo > > pileupInfoToken_
bool storePUweight_
Store Pileup weight when running over Monte Carlo.
edm::EDGetTokenT< edm::View< reco::Candidate > > srcToken_
the external collection
std::vector< reco::CandidateBaseRef > passingProbes_
the handle to keep the refs to the passing probes
edm::EDGetTokenT< LHERunInfoProduct > _lheRunInfoToken
float value_
the place where we store the value, and that ROOT uses to fill the tree
BaseTreeFiller(const char *name, const edm::ParameterSet &config, edm::ConsumesCollector &&iC)
specify the name of the TTree, and the configuration for it