CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
BTVHLTOfflineSource::PathInfo Class Reference

Public Member Functions

const std::string getLabel () const
 
MonitorElementgetMEhisto_CSV ()
 
MonitorElementgetMEhisto_CSV_RECOvsHLT ()
 
MonitorElementgetMEhisto_Eta ()
 
MonitorElementgetMEhisto_fastPVz ()
 
MonitorElementgetMEhisto_fastPVz_HLTMinusRECO ()
 
MonitorElementgetMEhisto_Pt ()
 
MonitorElementgetMEhisto_PVz ()
 
MonitorElementgetMEhisto_PVz_HLTMinusRECO ()
 
const int getObjectType () const
 
const std::string getPath () const
 
const int getprescaleUsed () const
 
const std::string getProcess () const
 
const edm::InputTag getTag () const
 
const std::string getTriggerType () 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 CSV, MonitorElement *const Pt, MonitorElement *const Eta, MonitorElement *const CSV_RECOvsHLT, MonitorElement *const PVz, MonitorElement *const fastPVz, MonitorElement *const PVz_HLTMinusRECO, MonitorElement *const fastPVz_HLTMinusRECO)
 
void setLabel (std::string labelName)
 
 ~PathInfo ()=default
 

Private Member Functions

 PathInfo ()
 

Private Attributes

MonitorElementCSV_
 
MonitorElementCSV_RECOvsHLT_
 
MonitorElementEta_
 
MonitorElementfastPVz_
 
MonitorElementfastPVz_HLTMinusRECO_
 
std::string filterName_
 
int objectType_
 
std::string pathName_
 
int prescaleUsed_
 
std::string processName_
 
MonitorElementPt_
 
MonitorElementPVz_
 
MonitorElementPVz_HLTMinusRECO_
 
std::string triggerType_
 

Detailed Description

Definition at line 86 of file BTVHLTOfflineSource.h.

Constructor & Destructor Documentation

BTVHLTOfflineSource::PathInfo::PathInfo ( )
inlineprivate

Definition at line 87 of file BTVHLTOfflineSource.h.

BTVHLTOfflineSource::PathInfo::~PathInfo ( )
default

Referenced by setHistos().

BTVHLTOfflineSource::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 BTVHLTOfflineSource::PathInfo::getLabel ( ) const
inline

Definition at line 132 of file BTVHLTOfflineSource.h.

References filterName_.

132  {
133  return filterName_;
134  }
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_CSV ( )
inline

Definition at line 123 of file BTVHLTOfflineSource.h.

References CSV_.

123 { return CSV_;}
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_CSV_RECOvsHLT ( )
inline

Definition at line 126 of file BTVHLTOfflineSource.h.

References CSV_RECOvsHLT_.

126 { return CSV_RECOvsHLT_;}
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_Eta ( )
inline

Definition at line 125 of file BTVHLTOfflineSource.h.

References Eta_.

125 { return Eta_;}
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_fastPVz ( )
inline

Definition at line 128 of file BTVHLTOfflineSource.h.

References fastPVz_.

128 { return fastPVz_;}
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_fastPVz_HLTMinusRECO ( )
inline

Definition at line 130 of file BTVHLTOfflineSource.h.

References fastPVz_HLTMinusRECO_.

130 { return fastPVz_HLTMinusRECO_;}
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_Pt ( )
inline

Definition at line 124 of file BTVHLTOfflineSource.h.

References Pt_.

124 { return Pt_; }
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_PVz ( )
inline

Definition at line 127 of file BTVHLTOfflineSource.h.

References PVz_.

127 { return PVz_;}
MonitorElement* BTVHLTOfflineSource::PathInfo::getMEhisto_PVz_HLTMinusRECO ( )
inline

Definition at line 129 of file BTVHLTOfflineSource.h.

References PVz_HLTMinusRECO_.

129 { return PVz_HLTMinusRECO_;}
const int BTVHLTOfflineSource::PathInfo::getObjectType ( ) const
inline

Definition at line 148 of file BTVHLTOfflineSource.h.

References objectType_.

148  {
149  return objectType_;
150  }
const std::string BTVHLTOfflineSource::PathInfo::getPath ( ) const
inline

Definition at line 139 of file BTVHLTOfflineSource.h.

References pathName_.

139  {
140  return pathName_;
141  }
const int BTVHLTOfflineSource::PathInfo::getprescaleUsed ( ) const
inline

Definition at line 142 of file BTVHLTOfflineSource.h.

References prescaleUsed_.

142  {
143  return prescaleUsed_;
144  }
const std::string BTVHLTOfflineSource::PathInfo::getProcess ( ) const
inline

Definition at line 145 of file BTVHLTOfflineSource.h.

References processName_.

145  {
146  return processName_;
147  }
const edm::InputTag BTVHLTOfflineSource::PathInfo::getTag ( ) const
inline
const std::string BTVHLTOfflineSource::PathInfo::getTriggerType ( ) const
inline

Definition at line 151 of file BTVHLTOfflineSource.h.

References triggerType_.

151  {
152  return triggerType_;
153  }
bool BTVHLTOfflineSource::PathInfo::operator== ( const std::string &  v)
inline

Definition at line 158 of file BTVHLTOfflineSource.h.

References pathName_.

159  {
160  return v==pathName_;
161  }
void BTVHLTOfflineSource::PathInfo::setHistos ( MonitorElement *const  CSV,
MonitorElement *const  Pt,
MonitorElement *const  Eta,
MonitorElement *const  CSV_RECOvsHLT,
MonitorElement *const  PVz,
MonitorElement *const  fastPVz,
MonitorElement *const  PVz_HLTMinusRECO,
MonitorElement *const  fastPVz_HLTMinusRECO 
)
inline
void BTVHLTOfflineSource::PathInfo::setLabel ( std::string  labelName)
inline

Definition at line 135 of file BTVHLTOfflineSource.h.

References filterName_, and eostools::move().

Referenced by SequenceTypes.DummyModule::__init__(), SequenceTypes.DummyBooleanModule::__init__(), and Vispa.Gui.FindDialog.FindDialog::reset().

135  {
136  filterName_ = std::move(labelName);
137  return;
138  }
def move(src, dest)
Definition: eostools.py:510

Member Data Documentation

MonitorElement* BTVHLTOfflineSource::PathInfo::CSV_
private

Definition at line 172 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_CSV(), and setHistos().

MonitorElement* BTVHLTOfflineSource::PathInfo::CSV_RECOvsHLT_
private

Definition at line 175 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_CSV_RECOvsHLT(), and setHistos().

MonitorElement* BTVHLTOfflineSource::PathInfo::Eta_
private

Definition at line 174 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_Eta(), and setHistos().

MonitorElement* BTVHLTOfflineSource::PathInfo::fastPVz_
private

Definition at line 177 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_fastPVz(), and setHistos().

MonitorElement* BTVHLTOfflineSource::PathInfo::fastPVz_HLTMinusRECO_
private

Definition at line 179 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_fastPVz_HLTMinusRECO(), and setHistos().

std::string BTVHLTOfflineSource::PathInfo::filterName_
private

Definition at line 167 of file BTVHLTOfflineSource.h.

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

int BTVHLTOfflineSource::PathInfo::objectType_
private

Definition at line 169 of file BTVHLTOfflineSource.h.

Referenced by getObjectType().

std::string BTVHLTOfflineSource::PathInfo::pathName_
private

Definition at line 166 of file BTVHLTOfflineSource.h.

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

int BTVHLTOfflineSource::PathInfo::prescaleUsed_
private

Definition at line 165 of file BTVHLTOfflineSource.h.

Referenced by getprescaleUsed().

std::string BTVHLTOfflineSource::PathInfo::processName_
private

Definition at line 168 of file BTVHLTOfflineSource.h.

Referenced by getProcess(), and getTag().

MonitorElement* BTVHLTOfflineSource::PathInfo::Pt_
private

Definition at line 173 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_Pt(), and setHistos().

MonitorElement* BTVHLTOfflineSource::PathInfo::PVz_
private

Definition at line 176 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_PVz(), and setHistos().

MonitorElement* BTVHLTOfflineSource::PathInfo::PVz_HLTMinusRECO_
private

Definition at line 178 of file BTVHLTOfflineSource.h.

Referenced by getMEhisto_PVz_HLTMinusRECO(), and setHistos().

std::string BTVHLTOfflineSource::PathInfo::triggerType_
private

Definition at line 170 of file BTVHLTOfflineSource.h.

Referenced by getTriggerType().