CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
HLTInclusiveVBFSource::PathInfo Class Reference

Public Member Functions

const std::string getLabel (void) const
 
MonitorElementgetMEhisto_HLT_deltaEta_DiJet ()
 
MonitorElementgetMEhisto_HLT_deltaPhi_DiJet ()
 
MonitorElementgetMEhisto_HLT_invMass_DiJet ()
 
MonitorElementgetMEhisto_NumberOfEvents ()
 
MonitorElementgetMEhisto_NumberOfMatches ()
 
MonitorElementgetMEhisto_RECO_deltaEta_DiJet ()
 
MonitorElementgetMEhisto_RECO_deltaEta_DiJet_Match ()
 
MonitorElementgetMEhisto_RECO_deltaPhi_DiJet ()
 
MonitorElementgetMEhisto_RECO_deltaPhi_DiJet_Match ()
 
MonitorElementgetMEhisto_RECO_invMass_DiJet ()
 
MonitorElementgetMEhisto_RECO_invMass_DiJet_Match ()
 
MonitorElementgetMEhisto_RECOHLT_deltaEta ()
 
MonitorElementgetMEhisto_RECOHLT_deltaPhi ()
 
MonitorElementgetMEhisto_RECOHLT_invMass ()
 
const int getObjectType (void) const
 
const std::string getPath (void) const
 
const int getprescaleUsed (void) const
 
const std::string getProcess (void) const
 
const edm::InputTag getTag (void) const
 
const std::string getTriggerType (void) const
 
bool operator== (const std::string v)
 
 PathInfo (int prescaleUsed, std::string pathName, std::string filterName, std::string processName, size_t type, std::string triggerType)
 
void setHistos (MonitorElement *const RECO_deltaEta_DiJet, MonitorElement *const RECO_deltaPhi_DiJet, MonitorElement *const RECO_invMass_DiJet, MonitorElement *const HLT_deltaEta_DiJet, MonitorElement *const HLT_deltaPhi_DiJet, MonitorElement *const HLT_invMass_DiJet, MonitorElement *const RECO_deltaEta_DiJet_Match, MonitorElement *const RECO_deltaPhi_DiJet_Match, MonitorElement *const RECO_invMass_DiJet_Match, MonitorElement *const RECOHLT_deltaEta, MonitorElement *const RECOHLT_deltaPhi, MonitorElement *const RECOHLT_invMass, MonitorElement *const NumberOfMatches, MonitorElement *const NumberOfEvents)
 
void setLabel (std::string labelName)
 
 ~PathInfo ()
 

Private Member Functions

 PathInfo ()
 

Private Attributes

std::string filterName_
 
MonitorElementHLT_deltaEta_DiJet_
 
MonitorElementHLT_deltaPhi_DiJet_
 
MonitorElementHLT_invMass_DiJet_
 
MonitorElementNumberOfEvents_
 
MonitorElementNumberOfMatches_
 
int objectType_
 
std::string pathName_
 
int prescaleUsed_
 
std::string processName_
 
MonitorElementRECO_deltaEta_DiJet_
 
MonitorElementRECO_deltaEta_DiJet_Match_
 
MonitorElementRECO_deltaPhi_DiJet_
 
MonitorElementRECO_deltaPhi_DiJet_Match_
 
MonitorElementRECO_invMass_DiJet_
 
MonitorElementRECO_invMass_DiJet_Match_
 
MonitorElementRECOHLT_deltaEta_
 
MonitorElementRECOHLT_deltaPhi_
 
MonitorElementRECOHLT_invMass_
 
std::string triggerType_
 

Detailed Description

Definition at line 176 of file HLTInclusiveVBFSource.h.

Constructor & Destructor Documentation

HLTInclusiveVBFSource::PathInfo::PathInfo ( )
inlineprivate
HLTInclusiveVBFSource::PathInfo::~PathInfo ( )
inline

Definition at line 219 of file HLTInclusiveVBFSource.h.

219 {};
HLTInclusiveVBFSource::PathInfo::PathInfo ( int  prescaleUsed,
std::string  pathName,
std::string  filterName,
std::string  processName,
size_t  type,
std::string  triggerType 
)
inline

Member Function Documentation

const std::string HLTInclusiveVBFSource::PathInfo::getLabel ( void  ) const
inline

Definition at line 248 of file HLTInclusiveVBFSource.h.

References filterName_.

248  {
249  return filterName_;
250  }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_HLT_deltaEta_DiJet ( )
inline

Definition at line 236 of file HLTInclusiveVBFSource.h.

References HLT_deltaEta_DiJet_.

236 { return HLT_deltaEta_DiJet_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_HLT_deltaPhi_DiJet ( )
inline

Definition at line 237 of file HLTInclusiveVBFSource.h.

References HLT_deltaPhi_DiJet_.

237 { return HLT_deltaPhi_DiJet_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_HLT_invMass_DiJet ( )
inline

Definition at line 238 of file HLTInclusiveVBFSource.h.

References HLT_invMass_DiJet_.

238 { return HLT_invMass_DiJet_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_NumberOfEvents ( )
inline

Definition at line 246 of file HLTInclusiveVBFSource.h.

References NumberOfEvents_.

246 { return NumberOfEvents_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_NumberOfMatches ( )
inline

Definition at line 245 of file HLTInclusiveVBFSource.h.

References NumberOfMatches_.

245 { return NumberOfMatches_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECO_deltaEta_DiJet ( )
inline

Definition at line 233 of file HLTInclusiveVBFSource.h.

References RECO_deltaEta_DiJet_.

233 { return RECO_deltaEta_DiJet_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECO_deltaEta_DiJet_Match ( )
inline

Definition at line 239 of file HLTInclusiveVBFSource.h.

References RECO_deltaEta_DiJet_Match_.

239 { return RECO_deltaEta_DiJet_Match_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECO_deltaPhi_DiJet ( )
inline

Definition at line 234 of file HLTInclusiveVBFSource.h.

References RECO_deltaPhi_DiJet_.

234 { return RECO_deltaPhi_DiJet_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECO_deltaPhi_DiJet_Match ( )
inline

Definition at line 240 of file HLTInclusiveVBFSource.h.

References RECO_deltaPhi_DiJet_Match_.

240 { return RECO_deltaPhi_DiJet_Match_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECO_invMass_DiJet ( )
inline

Definition at line 235 of file HLTInclusiveVBFSource.h.

References RECO_invMass_DiJet_.

235 { return RECO_invMass_DiJet_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECO_invMass_DiJet_Match ( )
inline

Definition at line 241 of file HLTInclusiveVBFSource.h.

References RECO_invMass_DiJet_Match_.

241 { return RECO_invMass_DiJet_Match_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECOHLT_deltaEta ( )
inline

Definition at line 242 of file HLTInclusiveVBFSource.h.

References RECOHLT_deltaEta_.

242 { return RECOHLT_deltaEta_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECOHLT_deltaPhi ( )
inline

Definition at line 243 of file HLTInclusiveVBFSource.h.

References RECOHLT_deltaPhi_.

243 { return RECOHLT_deltaPhi_; }
MonitorElement* HLTInclusiveVBFSource::PathInfo::getMEhisto_RECOHLT_invMass ( )
inline

Definition at line 244 of file HLTInclusiveVBFSource.h.

References RECOHLT_invMass_.

244 { return RECOHLT_invMass_; }
const int HLTInclusiveVBFSource::PathInfo::getObjectType ( void  ) const
inline

Definition at line 264 of file HLTInclusiveVBFSource.h.

References objectType_.

264  {
265  return objectType_;
266  }
const std::string HLTInclusiveVBFSource::PathInfo::getPath ( void  ) const
inline

Definition at line 255 of file HLTInclusiveVBFSource.h.

References pathName_.

255  {
256  return pathName_;
257  }
const int HLTInclusiveVBFSource::PathInfo::getprescaleUsed ( void  ) const
inline

Definition at line 258 of file HLTInclusiveVBFSource.h.

References prescaleUsed_.

258  {
259  return prescaleUsed_;
260  }
const std::string HLTInclusiveVBFSource::PathInfo::getProcess ( void  ) const
inline

Definition at line 261 of file HLTInclusiveVBFSource.h.

References processName_.

261  {
262  return processName_;
263  }
const edm::InputTag HLTInclusiveVBFSource::PathInfo::getTag ( void  ) const
inline

Definition at line 270 of file HLTInclusiveVBFSource.h.

References filterName_, and processName_.

270  {
272  return tagName;
273  }
const std::string HLTInclusiveVBFSource::PathInfo::getTriggerType ( void  ) const
inline

Definition at line 267 of file HLTInclusiveVBFSource.h.

References triggerType_.

267  {
268  return triggerType_;
269  }
bool HLTInclusiveVBFSource::PathInfo::operator== ( const std::string  v)
inline

Definition at line 274 of file HLTInclusiveVBFSource.h.

References pathName_.

274  {
275  return v==pathName_;
276  }
void HLTInclusiveVBFSource::PathInfo::setHistos ( MonitorElement *const  RECO_deltaEta_DiJet,
MonitorElement *const  RECO_deltaPhi_DiJet,
MonitorElement *const  RECO_invMass_DiJet,
MonitorElement *const  HLT_deltaEta_DiJet,
MonitorElement *const  HLT_deltaPhi_DiJet,
MonitorElement *const  HLT_invMass_DiJet,
MonitorElement *const  RECO_deltaEta_DiJet_Match,
MonitorElement *const  RECO_deltaPhi_DiJet_Match,
MonitorElement *const  RECO_invMass_DiJet_Match,
MonitorElement *const  RECOHLT_deltaEta,
MonitorElement *const  RECOHLT_deltaPhi,
MonitorElement *const  RECOHLT_invMass,
MonitorElement *const  NumberOfMatches,
MonitorElement *const  NumberOfEvents 
)
inline

Definition at line 187 of file HLTInclusiveVBFSource.h.

References HLT_deltaEta_DiJet_, HLT_deltaPhi_DiJet_, HLT_invMass_DiJet_, NumberOfEvents_, NumberOfMatches_, RECO_deltaEta_DiJet_, RECO_deltaEta_DiJet_Match_, RECO_deltaPhi_DiJet_, RECO_deltaPhi_DiJet_Match_, RECO_invMass_DiJet_, RECO_invMass_DiJet_Match_, RECOHLT_deltaEta_, RECOHLT_deltaPhi_, and RECOHLT_invMass_.

203  {
204  RECO_deltaEta_DiJet_ = RECO_deltaEta_DiJet;
205  RECO_deltaPhi_DiJet_ = RECO_deltaPhi_DiJet;
206  RECO_invMass_DiJet_ = RECO_invMass_DiJet;
207  HLT_deltaEta_DiJet_ = HLT_deltaEta_DiJet;
208  HLT_deltaPhi_DiJet_ = HLT_deltaPhi_DiJet ;
209  HLT_invMass_DiJet_ = HLT_invMass_DiJet;
210  RECO_deltaEta_DiJet_Match_ = RECO_deltaEta_DiJet_Match;
211  RECO_deltaPhi_DiJet_Match_ = RECO_deltaPhi_DiJet_Match;
212  RECO_invMass_DiJet_Match_ = RECO_invMass_DiJet_Match;
213  RECOHLT_deltaEta_ = RECOHLT_deltaEta;
214  RECOHLT_deltaPhi_ = RECOHLT_deltaPhi ;
215  RECOHLT_invMass_ = RECOHLT_invMass;
216  NumberOfMatches_ = NumberOfMatches;
217  NumberOfEvents_ = NumberOfEvents;
218  };
void HLTInclusiveVBFSource::PathInfo::setLabel ( std::string  labelName)
inline

Member Data Documentation

std::string HLTInclusiveVBFSource::PathInfo::filterName_
private

Definition at line 281 of file HLTInclusiveVBFSource.h.

Referenced by getLabel(), getTag(), and setLabel().

MonitorElement* HLTInclusiveVBFSource::PathInfo::HLT_deltaEta_DiJet_
private

Definition at line 289 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_HLT_deltaEta_DiJet(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::HLT_deltaPhi_DiJet_
private

Definition at line 290 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_HLT_deltaPhi_DiJet(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::HLT_invMass_DiJet_
private

Definition at line 291 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_HLT_invMass_DiJet(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::NumberOfEvents_
private

Definition at line 299 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_NumberOfEvents(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::NumberOfMatches_
private

Definition at line 298 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_NumberOfMatches(), and setHistos().

int HLTInclusiveVBFSource::PathInfo::objectType_
private

Definition at line 283 of file HLTInclusiveVBFSource.h.

Referenced by getObjectType().

std::string HLTInclusiveVBFSource::PathInfo::pathName_
private

Definition at line 280 of file HLTInclusiveVBFSource.h.

Referenced by getPath(), and operator==().

int HLTInclusiveVBFSource::PathInfo::prescaleUsed_
private

Definition at line 279 of file HLTInclusiveVBFSource.h.

Referenced by getprescaleUsed().

std::string HLTInclusiveVBFSource::PathInfo::processName_
private

Definition at line 282 of file HLTInclusiveVBFSource.h.

Referenced by getProcess(), and getTag().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECO_deltaEta_DiJet_
private

Definition at line 286 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECO_deltaEta_DiJet(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECO_deltaEta_DiJet_Match_
private

Definition at line 292 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECO_deltaEta_DiJet_Match(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECO_deltaPhi_DiJet_
private

Definition at line 287 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECO_deltaPhi_DiJet(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECO_deltaPhi_DiJet_Match_
private

Definition at line 293 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECO_deltaPhi_DiJet_Match(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECO_invMass_DiJet_
private

Definition at line 288 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECO_invMass_DiJet(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECO_invMass_DiJet_Match_
private

Definition at line 294 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECO_invMass_DiJet_Match(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECOHLT_deltaEta_
private

Definition at line 295 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECOHLT_deltaEta(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECOHLT_deltaPhi_
private

Definition at line 296 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECOHLT_deltaPhi(), and setHistos().

MonitorElement* HLTInclusiveVBFSource::PathInfo::RECOHLT_invMass_
private

Definition at line 297 of file HLTInclusiveVBFSource.h.

Referenced by getMEhisto_RECOHLT_invMass(), and setHistos().

std::string HLTInclusiveVBFSource::PathInfo::triggerType_
private

Definition at line 284 of file HLTInclusiveVBFSource.h.

Referenced by getTriggerType().