CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
EVTColContainer Class Reference

container with all the objects needed More...

Public Types

enum  {
  PHOTON = 22, ELEC = 11, MUON = 13, MUTRK = 130,
  PFTAU = 15, TRACK = 0, PFMET = 39, PFMHT = 40,
  MET = 390000, GENMET = 390001, CALOMET = 390002, HLTMET = 390003,
  L1MET = 390004, PFJET = 211, CALOJET = 111, _nMAX
}
 
enum  {
  MUON = 13, ELEC = 11, PHOTON = 22, CALOMET = 390002,
  PFMET = 39, PFTAU = 15, PFJET = 211, _nMAX
}
 

Public Member Functions

 EVTColContainer ()
 
 EVTColContainer ()
 
const unsigned int getSize (const unsigned int &objtype) const
 
const unsigned int getSize (const unsigned int &objtype) const
 Get size of collections. More...
 
bool isAllInit ()
 
bool isAllInit ()
 
bool isCommonInit ()
 
bool isCommonInit ()
 
void reset ()
 
void reset ()
 Reset: clear all collections. More...
 
void set (const reco::MuonCollection *v)
 Setter: multiple overloaded function. More...
 
void set (const reco::GsfElectronCollection *v)
 
void set (const reco::PhotonCollection *v)
 
void set (const reco::CaloMETCollection *v)
 
void set (const reco::PFMETCollection *v)
 
void set (const reco::PFTauCollection *v)
 
void set (const reco::MuonCollection *v)
 Setter: multiple overloaded function. More...
 
void set (const reco::PFJetCollection *v)
 
void set (const reco::TrackCollection *v)
 
void set (const reco::JetTagCollection *v)
 
void set (const reco::GsfElectronCollection *v)
 
void set (const reco::PhotonCollection *v)
 
void set (const reco::METCollection *v)
 
void set (const reco::PFMETCollection *v)
 
void set (const reco::GenMETCollection *v)
 
void set (const reco::CaloMETCollection *v)
 
void set (const l1extra::L1EtMissParticleCollection *v)
 
void set (const reco::PFTauCollection *v)
 
void set (const reco::PFJetCollection *v)
 
void set (const reco::CaloJetCollection *v)
 
void setPFMHT (const reco::PFMETCollection *v)
 

Static Public Member Functions

static std::string getTypeString (const unsigned int &objtype)
 
static const std::string getTypeString (const unsigned int &objtype)
 Tranform types into strings. More...
 

Public Attributes

const std::vector
< reco::CaloJet > * 
caloJets
 
const std::vector
< reco::CaloMET > * 
caloMETs
 
const std::vector
< reco::GsfElectron > * 
electrons
 
const reco::GenJetCollectiongenJets
 
const std::vector< reco::GenMET > * genMETs
 
const reco::GenParticleCollectiongenParticles
 
const reco::JetTagCollectionjetTags
 
const std::vector
< l1extra::L1EtMissParticle > * 
l1METs
 
const std::vector< reco::MET > * METs
 
const std::vector< reco::Muon > * muons
 
int nInitialized
 
int nOfCollections
 
const std::vector< reco::PFJet > * pfJets
 
const std::vector< reco::PFMET > * pfMETs
 
const std::vector< reco::PFMET > * pfMHTs
 
const std::vector< reco::PFTau > * pfTaus
 
const std::vector< reco::Photon > * photons
 
const
trigger::TriggerEventWithRefs
rawTriggerEvent
 
const std::vector< reco::Track > * tracks
 
const edm::TriggerResultstriggerResults
 

Detailed Description

container with all the objects needed

Container with all the objects needed Notice that I have "more or less" followed the pdgIds of the particles involved.

Class to manage all the object collections in the Exotica Validation package.

Author
J. Duarte Campderros

Generate histograms for trigger efficiencies Higgs related Documentation available on the CMS TWiki: https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate

Author
J. Duarte Campderros

Definition at line 45 of file EVTColContainer.cc.

Member Enumeration Documentation

anonymous enum
Enumerator
PHOTON 
ELEC 
MUON 
MUTRK 
PFTAU 
TRACK 
PFMET 
PFMHT 
MET 
GENMET 
CALOMET 
HLTMET 
L1MET 
PFJET 
CALOJET 
_nMAX 

Definition at line 46 of file EVTColContainer.cc.

46  {
47  PHOTON = 22,
48  ELEC = 11,
49  MUON = 13,
50  MUTRK = 130,
51  PFTAU = 15,
52  TRACK = 0,
53  PFMET = 39,
54  PFMHT = 40,
55  MET = 390000,
56  GENMET = 390001,
57  CALOMET = 390002,
58  HLTMET = 390003,
59  L1MET = 390004,
60  PFJET = 211,
61  CALOJET = 111,
62  _nMAX
63  };
Computes the MET from a collection of PFCandidates. HF missing!
Definition: PFMET.h:30
anonymous enum
Enumerator
MUON 
ELEC 
PHOTON 
CALOMET 
PFMET 
PFTAU 
PFJET 
_nMAX 

Definition at line 42 of file EVTColContainer.cc.

Constructor & Destructor Documentation

EVTColContainer::EVTColContainer ( )
inline

Definition at line 84 of file EVTColContainer.cc.

84  :
85  nOfCollections(6),
86  nInitialized(0),
87  genParticles(0),
88  muons(0),
89  tracks(0),
90  electrons(0),
91  photons(0),
92  METs(0),
93  pfMETs(0),
94  pfMHTs(0),
95  genMETs(0),
96  caloMETs(0),
97  l1METs(0),
98  pfTaus(0),
99  pfJets(0),
100  caloJets(0),
101  triggerResults(0)
102  {
103  }
const std::vector< reco::Muon > * muons
const std::vector< reco::CaloMET > * caloMETs
const std::vector< reco::MET > * METs
const std::vector< reco::CaloJet > * caloJets
const reco::GenParticleCollection * genParticles
const std::vector< reco::PFTau > * pfTaus
const std::vector< reco::PFMET > * pfMHTs
const std::vector< reco::GenMET > * genMETs
const std::vector< reco::PFJet > * pfJets
const std::vector< reco::Track > * tracks
const std::vector< reco::Photon > * photons
const std::vector< l1extra::L1EtMissParticle > * l1METs
const std::vector< reco::GsfElectron > * electrons
const std::vector< reco::PFMET > * pfMETs
const edm::TriggerResults * triggerResults
EVTColContainer::EVTColContainer ( )
inline

Definition at line 70 of file EVTColContainer.cc.

70  :
71  nOfCollections(7),
72  nInitialized(0),
73  genParticles(0),
74  genJets(0),
75  muons(0),
76  electrons(0),
77  photons(0),
78  caloMETs(0),
79  pfMETs(0),
80  pfTaus(0),
81  pfJets(0),
82  jetTags(0),
83  //tracks(0),
84  rawTriggerEvent(0),
86  {
87  }
const std::vector< reco::Muon > * muons
const trigger::TriggerEventWithRefs * rawTriggerEvent
const std::vector< reco::CaloMET > * caloMETs
const reco::GenParticleCollection * genParticles
const std::vector< reco::PFTau > * pfTaus
const reco::GenJetCollection * genJets
const reco::JetTagCollection * jetTags
const std::vector< reco::PFJet > * pfJets
const std::vector< reco::Photon > * photons
const std::vector< reco::GsfElectron > * electrons
const std::vector< reco::PFMET > * pfMETs
const edm::TriggerResults * triggerResults

Member Function Documentation

const unsigned int EVTColContainer::getSize ( const unsigned int &  objtype) const
inline

Definition at line 154 of file EVTColContainer.cc.

References CALOMET, caloMETs, ELEC, electrons, MUON, muons, PFJET, pfJets, PFMET, pfMETs, PFTAU, pfTaus, PHOTON, photons, and findQualityFiles::size.

155  {
156  unsigned int size = 0;
157  if( objtype == EVTColContainer::MUON && muons != 0 )
158  {
159  size = muons->size();
160  }
161  else if( objtype == EVTColContainer::ELEC && electrons != 0 )
162  {
163  size = electrons->size();
164  }
165  else if( objtype == EVTColContainer::PHOTON && photons != 0 )
166  {
167  size = photons->size();
168  }
169  else if( objtype == EVTColContainer::CALOMET && caloMETs != 0 )
170  {
171  size = caloMETs->size();
172  }
173  else if( objtype == EVTColContainer::PFMET && pfMETs != 0 )
174  {
175  size = pfMETs->size();
176  }
177  else if( objtype == EVTColContainer::PFTAU && pfTaus != 0 )
178  {
179  size = pfTaus->size();
180  }
181  else if( objtype == EVTColContainer::PFJET && pfJets != 0 )
182  {
183  size = pfJets->size();
184  }
185  /*else if( objtype == EVTColContainer::TRACK && tracks != 0 )
186  {
187  size = tracks->size();
188  }*/
189 
190  return size;
191  }
const std::vector< reco::Muon > * muons
const std::vector< reco::CaloMET > * caloMETs
const std::vector< reco::PFTau > * pfTaus
const std::vector< reco::PFJet > * pfJets
const std::vector< reco::Photon > * photons
const std::vector< reco::GsfElectron > * electrons
const std::vector< reco::PFMET > * pfMETs
tuple size
Write out results.
const unsigned int EVTColContainer::getSize ( const unsigned int &  objtype) const
inline

Get size of collections.

Definition at line 204 of file EVTColContainer.cc.

References CALOJET, caloJets, CALOMET, caloMETs, ELEC, electrons, GENMET, genMETs, L1MET, l1METs, MET, METs, MUON, muons, MUTRK, PFJET, pfJets, PFMET, pfMETs, PFMHT, pfMHTs, PFTAU, pfTaus, PHOTON, photons, findQualityFiles::size, TRACK, and tracks.

205  {
206  unsigned int size = 0;
207  if (objtype == EVTColContainer::MUON && muons != 0) {
208  size = muons->size();
209  } else if (objtype == EVTColContainer::MUTRK && tracks != 0) {
210  size = tracks->size();
211  } else if (objtype == EVTColContainer::TRACK && tracks != 0) {
212  size = tracks->size();
213  } else if (objtype == EVTColContainer::ELEC && electrons != 0) {
214  size = electrons->size();
215  } else if (objtype == EVTColContainer::PHOTON && photons != 0) {
216  size = photons->size();
217  } else if (objtype == EVTColContainer::MET && METs != 0) {
218  size = METs->size();
219  } else if (objtype == EVTColContainer::PFMET && pfMETs != 0) {
220  size = pfMETs->size();
221  } else if (objtype == EVTColContainer::PFMHT && pfMHTs != 0) {
222  size = pfMHTs->size();
223  } else if (objtype == EVTColContainer::GENMET && genMETs != 0) {
224  size = genMETs->size();
225  } else if (objtype == EVTColContainer::CALOMET && caloMETs != 0) {
226  size = caloMETs->size();
227  } else if (objtype == EVTColContainer::L1MET && l1METs != 0) {
228  size = l1METs->size();
229  } else if (objtype == EVTColContainer::PFTAU && pfTaus != 0) {
230  size = pfTaus->size();
231  } else if (objtype == EVTColContainer::PFJET && pfJets != 0) {
232  size = pfJets->size();
233  } else if (objtype == EVTColContainer::CALOJET && caloJets != 0) {
234  size = caloJets->size();
235  }
236 
237  return size;
238  }
const std::vector< reco::Muon > * muons
const std::vector< reco::CaloMET > * caloMETs
const std::vector< reco::MET > * METs
const std::vector< reco::CaloJet > * caloJets
const std::vector< reco::PFTau > * pfTaus
const std::vector< reco::PFMET > * pfMHTs
const std::vector< reco::GenMET > * genMETs
const std::vector< reco::PFJet > * pfJets
const std::vector< reco::Track > * tracks
const std::vector< reco::Photon > * photons
const std::vector< l1extra::L1EtMissParticle > * l1METs
const std::vector< reco::GsfElectron > * electrons
const std::vector< reco::PFMET > * pfMETs
tuple size
Write out results.
static std::string EVTColContainer::getTypeString ( const unsigned int &  objtype)
inlinestatic

Definition at line 193 of file EVTColContainer.cc.

References CALOMET, ELEC, MUON, PFJET, PFMET, PFTAU, PHOTON, and AlCaHLTBitMon_QueryRunRegistry::string.

194  {
195  std::string objTypestr;
196 
197  if( objtype == EVTColContainer::MUON )
198  {
199  objTypestr = "Mu";
200  }
201  else if( objtype == EVTColContainer::ELEC )
202  {
203  objTypestr = "Ele";
204  }
205  else if( objtype == EVTColContainer::PHOTON )
206  {
207  objTypestr = "Photon";
208  }
209  else if( objtype == EVTColContainer::CALOMET )
210  {
211  objTypestr = "MET";
212  }
213  else if( objtype == EVTColContainer::PFMET )
214  {
215  objTypestr = "PFMET";
216  }
217  else if( objtype == EVTColContainer::PFTAU )
218  {
219  objTypestr = "PFTau";
220  }
221  else if( objtype == EVTColContainer::PFJET )
222  {
223  objTypestr = "Jet";
224  }
225  /*else if( objtype == EVTColContainer::TRACK )
226  {
227  // FIXME: decide what to do! Just a patch
228  objTypestr = "TkMu";
229  }*/
230  else
231  {
232  edm::LogError("HiggsValidations") << "EVTColContainer::getTypeString, "
233  << "NOT Implemented error (object type id='" << objtype << "')" << std::endl;;
234  }
235 
236  return objTypestr;
237  }
static const std::string EVTColContainer::getTypeString ( const unsigned int &  objtype)
inlinestatic

Tranform types into strings.

Definition at line 241 of file EVTColContainer.cc.

References CALOJET, CALOMET, ELEC, GENMET, L1MET, MET, MUON, MUTRK, PFJET, PFMET, PFMHT, PFTAU, PHOTON, AlCaHLTBitMon_QueryRunRegistry::string, and TRACK.

Referenced by HLTExoticaPlotter::analyze(), HLTHiggsPlotter::analyze(), HLTHiggsSubAnalysis::analyze(), HLTExoticaSubAnalysis::analyze(), HLTHiggsSubAnalysis::beginRun(), HLTHiggsPlotter::bookHist(), HLTHiggsSubAnalysis::bookHist(), HLTHiggsPlotter::bookHistograms(), HLTHiggsSubAnalysis::bookHistograms(), HLTHiggsSubAnalysis::getObjectsType(), HLTExoticaSubAnalysis::getObjectsType(), HLTExoticaSubAnalysis::HLTExoticaSubAnalysis(), HLTHiggsPlotter::HLTHiggsPlotter(), HLTHiggsSubAnalysis::HLTHiggsSubAnalysis(), HLTExoticaPlotter::plotterBookHistos(), and HLTExoticaSubAnalysis::subAnalysisBookHistos().

242  {
243  std::string objTypestr;
244 
245  if (objtype == EVTColContainer::MUON) {
246  objTypestr = "Mu";
247  } else if (objtype == EVTColContainer::MUTRK) {
248  objTypestr = "refittedStandAloneMuons";
249  } else if (objtype == EVTColContainer::TRACK) {
250  objTypestr = "Track";
251  } else if (objtype == EVTColContainer::ELEC) {
252  objTypestr = "Ele";
253  } else if (objtype == EVTColContainer::PHOTON) {
254  objTypestr = "Photon";
255  } else if (objtype == EVTColContainer::MET) {
256  objTypestr = "MET";
257  } else if (objtype == EVTColContainer::PFMET) {
258  objTypestr = "PFMET";
259  } else if (objtype == EVTColContainer::PFMHT) {
260  objTypestr = "PFMHT";
261  } else if (objtype == EVTColContainer::GENMET) {
262  objTypestr = "GenMET";
263  } else if (objtype == EVTColContainer::CALOMET) {
264  objTypestr = "CaloMET";
265  } else if (objtype == EVTColContainer::L1MET) {
266  objTypestr = "l1MET";
267  } else if (objtype == EVTColContainer::PFTAU) {
268  objTypestr = "PFTau";
269  } else if (objtype == EVTColContainer::PFJET) {
270  objTypestr = "PFJet";
271  } else if (objtype == EVTColContainer::CALOJET) {
272  objTypestr = "CaloJet";
273  } else {
274  edm::LogError("ExoticaValidations") << "EVTColContainer::getTypeString, "
275  << "NOT Implemented error (object type id='" << objtype << "')" << std::endl;;
276  }
277 
278  return objTypestr;
279  }
bool EVTColContainer::isAllInit ( )
inline

Definition at line 89 of file EVTColContainer.cc.

References nInitialized, and nOfCollections.

90  {
91  return (nInitialized == nOfCollections);
92  }
bool EVTColContainer::isAllInit ( )
inline

Definition at line 105 of file EVTColContainer.cc.

References nInitialized, and nOfCollections.

106  {
107  return (nInitialized == nOfCollections);
108  }
bool EVTColContainer::isCommonInit ( )
inline

Definition at line 94 of file EVTColContainer.cc.

References rawTriggerEvent.

95  {
96  return (rawTriggerEvent != 0);
97  }
const trigger::TriggerEventWithRefs * rawTriggerEvent
bool EVTColContainer::isCommonInit ( )
inline

Definition at line 110 of file EVTColContainer.cc.

Referenced by HLTExoticaSubAnalysis::getHandlesToObjects(), and HLTHiggsSubAnalysis::initobjects().

111  {
112  return false;
113  }
void EVTColContainer::reset ( void  )
inline

Definition at line 99 of file EVTColContainer.cc.

References caloMETs, electrons, genJets, genParticles, jetTags, muons, nInitialized, pfJets, pfMETs, pfTaus, photons, rawTriggerEvent, and triggerResults.

100  {
101  nInitialized = 0;
102  genParticles = 0;
103  genJets = 0;
104  muons = 0; electrons = 0; photons = 0; pfTaus=0; caloMETs=0; pfMETs= 0; pfJets=0; //tracks=0;
105  jetTags = 0;
106  rawTriggerEvent = 0;
107  triggerResults = 0;
108  }
const std::vector< reco::Muon > * muons
const trigger::TriggerEventWithRefs * rawTriggerEvent
const std::vector< reco::CaloMET > * caloMETs
const reco::GenParticleCollection * genParticles
const std::vector< reco::PFTau > * pfTaus
const reco::GenJetCollection * genJets
const reco::JetTagCollection * jetTags
const std::vector< reco::PFJet > * pfJets
const std::vector< reco::Photon > * photons
const std::vector< reco::GsfElectron > * electrons
const std::vector< reco::PFMET > * pfMETs
const edm::TriggerResults * triggerResults
void EVTColContainer::reset ( void  )
inline

Reset: clear all collections.

Definition at line 116 of file EVTColContainer.cc.

References caloJets, caloMETs, electrons, genMETs, genParticles, l1METs, METs, muons, nInitialized, pfJets, pfMETs, pfMHTs, pfTaus, photons, tracks, and triggerResults.

Referenced by HLTHiggsValidator::analyze(), and HLTExoticaValidator::analyze().

117  {
118  nInitialized = 0;
119  genParticles = 0;
120  muons = 0;
121  tracks = 0;
122  electrons = 0;
123  photons = 0;
124  METs = 0;
125  pfMETs = 0;
126  pfMHTs = 0;
127  genMETs = 0;
128  caloMETs = 0;
129  l1METs = 0;
130  pfTaus = 0;
131  pfJets = 0;
132  caloJets = 0;
133  triggerResults = 0;
134  }
const std::vector< reco::Muon > * muons
const std::vector< reco::CaloMET > * caloMETs
const std::vector< reco::MET > * METs
const std::vector< reco::CaloJet > * caloJets
const reco::GenParticleCollection * genParticles
const std::vector< reco::PFTau > * pfTaus
const std::vector< reco::PFMET > * pfMHTs
const std::vector< reco::GenMET > * genMETs
const std::vector< reco::PFJet > * pfJets
const std::vector< reco::Track > * tracks
const std::vector< reco::Photon > * photons
const std::vector< l1extra::L1EtMissParticle > * l1METs
const std::vector< reco::GsfElectron > * electrons
const std::vector< reco::PFMET > * pfMETs
const edm::TriggerResults * triggerResults
void EVTColContainer::set ( const reco::MuonCollection v)
inline

Setter: multiple overloaded function.

Definition at line 110 of file EVTColContainer.cc.

References muons, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

111  {
112  muons = v;
113  ++nInitialized;
114  }
const std::vector< reco::Muon > * muons
void EVTColContainer::set ( const reco::GsfElectronCollection v)
inline

Definition at line 115 of file EVTColContainer.cc.

References electrons, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

116  {
117  electrons = v;
118  ++nInitialized;
119  }
const std::vector< reco::GsfElectron > * electrons
void EVTColContainer::set ( const reco::PhotonCollection v)
inline

Definition at line 120 of file EVTColContainer.cc.

References nInitialized, photons, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

121  {
122  photons = v;
123  ++nInitialized;
124  }
const std::vector< reco::Photon > * photons
void EVTColContainer::set ( const reco::CaloMETCollection v)
inline

Definition at line 125 of file EVTColContainer.cc.

References caloMETs, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

126  {
127  caloMETs = v;
128  ++nInitialized;
129  }
const std::vector< reco::CaloMET > * caloMETs
void EVTColContainer::set ( const reco::PFMETCollection v)
inline

Definition at line 130 of file EVTColContainer.cc.

References nInitialized, pfMETs, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

131  {
132  pfMETs = v;
133  ++nInitialized;
134  }
const std::vector< reco::PFMET > * pfMETs
void EVTColContainer::set ( const reco::PFTauCollection v)
inline

Definition at line 135 of file EVTColContainer.cc.

References nInitialized, pfTaus, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

136  {
137  pfTaus = v;
138  ++nInitialized;
139  }
const std::vector< reco::PFTau > * pfTaus
void EVTColContainer::set ( const reco::MuonCollection v)
inline
void EVTColContainer::set ( const reco::PFJetCollection v)
inline

Definition at line 140 of file EVTColContainer.cc.

References nInitialized, pfJets, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

141  {
142  pfJets = v;
143  ++nInitialized;
144  }
const std::vector< reco::PFJet > * pfJets
void EVTColContainer::set ( const reco::TrackCollection v)
inline

Definition at line 142 of file EVTColContainer.cc.

References nInitialized, tracks, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

143  {
144  tracks = v;
145  ++nInitialized;
146  }
const std::vector< reco::Track > * tracks
void EVTColContainer::set ( const reco::JetTagCollection v)
inline

Definition at line 145 of file EVTColContainer.cc.

References jetTags, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

146  {
147  jetTags = v;
148  }
const reco::JetTagCollection * jetTags
void EVTColContainer::set ( const reco::GsfElectronCollection v)
inline

Definition at line 147 of file EVTColContainer.cc.

References electrons, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

148  {
149  electrons = v;
150  ++nInitialized;
151  }
const std::vector< reco::GsfElectron > * electrons
void EVTColContainer::set ( const reco::PhotonCollection v)
inline

Definition at line 152 of file EVTColContainer.cc.

References nInitialized, photons, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

153  {
154  photons = v;
155  ++nInitialized;
156  }
const std::vector< reco::Photon > * photons
void EVTColContainer::set ( const reco::METCollection v)
inline

Definition at line 157 of file EVTColContainer.cc.

References METs, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

158  {
159  METs = v;
160  ++nInitialized;
161  }
const std::vector< reco::MET > * METs
void EVTColContainer::set ( const reco::PFMETCollection v)
inline

Definition at line 162 of file EVTColContainer.cc.

References nInitialized, pfMETs, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

163  {
164  pfMETs = v;
165  ++nInitialized;
166  }
const std::vector< reco::PFMET > * pfMETs
void EVTColContainer::set ( const reco::GenMETCollection v)
inline

Definition at line 172 of file EVTColContainer.cc.

References genMETs, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

173  {
174  genMETs = v;
175  ++nInitialized;
176  }
const std::vector< reco::GenMET > * genMETs
void EVTColContainer::set ( const reco::CaloMETCollection v)
inline

Definition at line 177 of file EVTColContainer.cc.

References caloMETs, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

178  {
179  caloMETs = v;
180  ++nInitialized;
181  }
const std::vector< reco::CaloMET > * caloMETs
void EVTColContainer::set ( const l1extra::L1EtMissParticleCollection v)
inline

Definition at line 182 of file EVTColContainer.cc.

References l1METs, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

183  {
184  l1METs = v;
185  ++nInitialized;
186  }
const std::vector< l1extra::L1EtMissParticle > * l1METs
void EVTColContainer::set ( const reco::PFTauCollection v)
inline

Definition at line 187 of file EVTColContainer.cc.

References nInitialized, pfTaus, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

188  {
189  pfTaus = v;
190  ++nInitialized;
191  }
const std::vector< reco::PFTau > * pfTaus
void EVTColContainer::set ( const reco::PFJetCollection v)
inline

Definition at line 192 of file EVTColContainer.cc.

References nInitialized, pfJets, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

193  {
194  pfJets = v;
195  ++nInitialized;
196  }
const std::vector< reco::PFJet > * pfJets
void EVTColContainer::set ( const reco::CaloJetCollection v)
inline

Definition at line 197 of file EVTColContainer.cc.

References caloJets, nInitialized, and findQualityFiles::v.

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

198  {
199  caloJets = v;
200  ++nInitialized;
201  }
const std::vector< reco::CaloJet > * caloJets
void EVTColContainer::setPFMHT ( const reco::PFMETCollection v)
inline

Definition at line 167 of file EVTColContainer.cc.

References nInitialized, pfMHTs, and findQualityFiles::v.

Referenced by HLTExoticaSubAnalysis::getHandlesToObjects().

168  {
169  pfMHTs = v;
170  ++nInitialized;
171  }
const std::vector< reco::PFMET > * pfMHTs

Member Data Documentation

const std::vector<reco::CaloJet>* EVTColContainer::caloJets

Definition at line 81 of file EVTColContainer.cc.

Referenced by getSize(), HLTExoticaSubAnalysis::insertCandidates(), reset(), and set().

const std::vector< reco::CaloMET > * EVTColContainer::caloMETs
const std::vector< reco::GsfElectron > * EVTColContainer::electrons
const reco::GenJetCollection* EVTColContainer::genJets
const std::vector<reco::GenMET>* EVTColContainer::genMETs

Definition at line 76 of file EVTColContainer.cc.

Referenced by getSize(), HLTExoticaSubAnalysis::insertCandidates(), reset(), and set().

const reco::GenParticleCollection * EVTColContainer::genParticles
const reco::JetTagCollection* EVTColContainer::jetTags

Definition at line 66 of file EVTColContainer.cc.

Referenced by reset(), and set().

const std::vector<l1extra::L1EtMissParticle>* EVTColContainer::l1METs

Definition at line 78 of file EVTColContainer.cc.

Referenced by getSize(), HLTExoticaSubAnalysis::insertCandidates(), reset(), and set().

const std::vector<reco::MET>* EVTColContainer::METs

Definition at line 73 of file EVTColContainer.cc.

Referenced by getSize(), reset(), and set().

const std::vector< reco::Muon > * EVTColContainer::muons
int EVTColContainer::nInitialized

Definition at line 66 of file EVTColContainer.cc.

Referenced by isAllInit(), reset(), set(), and setPFMHT().

int EVTColContainer::nOfCollections

Definition at line 65 of file EVTColContainer.cc.

Referenced by isAllInit().

const std::vector< reco::PFJet > * EVTColContainer::pfJets

Definition at line 80 of file EVTColContainer.cc.

Referenced by getSize(), HLTExoticaSubAnalysis::insertCandidates(), reset(), and set().

const std::vector< reco::PFMET > * EVTColContainer::pfMETs
const std::vector<reco::PFMET>* EVTColContainer::pfMHTs
const std::vector< reco::PFTau > * EVTColContainer::pfTaus
const std::vector< reco::Photon > * EVTColContainer::photons
const trigger::TriggerEventWithRefs* EVTColContainer::rawTriggerEvent

Definition at line 68 of file EVTColContainer.cc.

Referenced by isCommonInit(), and reset().

const std::vector<reco::Track>* EVTColContainer::tracks

Definition at line 70 of file EVTColContainer.cc.

Referenced by getSize(), HLTExoticaSubAnalysis::insertCandidates(), reset(), and set().

const edm::TriggerResults * EVTColContainer::triggerResults