CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Attributes
BTVHLTOfflineSource::PathInfo Class Reference
Inheritance diagram for BTVHLTOfflineSource::PathInfo:
TriggerDQMBase

Public Member Functions

const std::string getLabel () const
 
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
 
const bool operator== (const std::string &v) const
 
 PathInfo ()
 
 PathInfo (const int prescaleUsed, const std::string &pathName, const std::string &filterName, const std::string &processName, const int type, const std::string &triggerType)
 
void setLabel (std::string labelName)
 
 ~PathInfo () override=default
 
- Public Member Functions inherited from TriggerDQMBase
void bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbins, const double xmin, const double xmax, const bool bookDen=true)
 
void bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const bool bookDen=true)
 
void bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbinsX, const double xmin, const double xmax, const double ymin, const double ymax, const bool bookDen=true)
 
void bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbinsX, const double xmin, const double xmax, const uint nbinsY, const double ymin, const double ymax, const bool bookDen=true)
 
void bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY, const bool bookDen=true)
 
void setMETitle (ObjME &me, const std::string &titleX, const std::string &titleY)
 
 TriggerDQMBase ()=default
 
virtual ~TriggerDQMBase ()=default
 

Public Attributes

MonitorElementDiscr = nullptr
 
MonitorElementDiscr_HLTMinusRECO = nullptr
 
MonitorElementDiscr_HLTvsRECO = nullptr
 
ObjME Discr_turnon_loose
 
ObjME Discr_turnon_medium
 
ObjME Discr_turnon_tight
 
MonitorElementEta = nullptr
 
MonitorElementfastPVz = nullptr
 
MonitorElementfastPVz_HLTMinusRECO = nullptr
 
MonitorElementh_3d_ip_distance = nullptr
 
MonitorElementh_3d_ip_error = nullptr
 
MonitorElementh_3d_ip_sig = nullptr
 
MonitorElementh_flightDistance2dSig = nullptr
 
MonitorElementh_flightDistance2dVal = nullptr
 
MonitorElementh_flightDistance3dSig = nullptr
 
MonitorElementh_flightDistance3dVal = nullptr
 
MonitorElementh_jet_eta = nullptr
 
MonitorElementh_jet_pt = nullptr
 
MonitorElementh_jetNSecondaryVertices = nullptr
 
MonitorElementh_jetNSelectedTracks = nullptr
 
MonitorElementh_jetNTracksEtaRel = nullptr
 
MonitorElementh_trackDecayLenVal = nullptr
 
MonitorElementh_trackDeltaR = nullptr
 
MonitorElementh_trackEtaRel = nullptr
 
MonitorElementh_trackJetDistVal = nullptr
 
MonitorElementh_trackPtRatio = nullptr
 
MonitorElementh_trackPtRel = nullptr
 
MonitorElementh_trackSip2dSig = nullptr
 
MonitorElementh_trackSip2dSigAboveCharm = nullptr
 
MonitorElementh_trackSip2dValAboveCharm = nullptr
 
MonitorElementh_trackSip3dSig = nullptr
 
MonitorElementh_trackSip3dSigAboveCharm = nullptr
 
MonitorElementh_trackSip3dValAboveCharm = nullptr
 
MonitorElementh_trackSumJetDeltaR = nullptr
 
MonitorElementh_trackSumJetEtRatio = nullptr
 
MonitorElementh_vertexCategory = nullptr
 
MonitorElementh_vertexEnergyRatio = nullptr
 
MonitorElementh_vertexJetDeltaR = nullptr
 
MonitorElementn_sel_tracks = nullptr
 
MonitorElementn_vtx = nullptr
 
MonitorElementn_vtx_trks = nullptr
 
ObjME OnlineTrkEff_3d_ip_distance
 
ObjME OnlineTrkEff_3d_ip_sig
 
ObjME OnlineTrkEff_Eta
 
ObjME OnlineTrkEff_Pt
 
ObjME OnlineTrkFake_3d_ip_distance
 
ObjME OnlineTrkFake_3d_ip_sig
 
ObjME OnlineTrkFake_Eta
 
ObjME OnlineTrkFake_Pt
 
MonitorElementPt = nullptr
 
MonitorElementPVz = nullptr
 
MonitorElementPVz_HLTMinusRECO = nullptr
 
MonitorElementvtx_mass = nullptr
 

Private Attributes

std::string filterName_
 
int objectType_
 
std::string pathName_
 
int prescaleUsed_
 
std::string processName_
 
std::string triggerType_
 

Additional Inherited Members

- Public Types inherited from TriggerDQMBase
typedef dqm::legacy::DQMStore DQMStore
 
typedef dqm::legacy::MonitorElement MonitorElement
 
- Static Public Member Functions inherited from TriggerDQMBase
static void fillHistoLSPSetDescription (edm::ParameterSetDescription &pset)
 
static void fillHistoPSetDescription (edm::ParameterSetDescription &pset)
 
static MEbinning getHistoLSPSet (const edm::ParameterSet &pset)
 
static MEbinning getHistoPSet (const edm::ParameterSet &pset)
 

Detailed Description

Definition at line 121 of file BTVHLTOfflineSource.cc.

Constructor & Destructor Documentation

◆ PathInfo() [1/2]

BTVHLTOfflineSource::PathInfo::PathInfo ( )
inline

◆ ~PathInfo()

BTVHLTOfflineSource::PathInfo::~PathInfo ( )
overridedefault

◆ PathInfo() [2/2]

BTVHLTOfflineSource::PathInfo::PathInfo ( const int  prescaleUsed,
const std::string &  pathName,
const std::string &  filterName,
const std::string &  processName,
const int  type,
const std::string &  triggerType 
)
inline

Member Function Documentation

◆ getLabel()

const std::string BTVHLTOfflineSource::PathInfo::getLabel ( ) const
inline

Definition at line 146 of file BTVHLTOfflineSource.cc.

References filterName_.

146 { return filterName_; }

◆ getObjectType()

const int BTVHLTOfflineSource::PathInfo::getObjectType ( ) const
inline

Definition at line 151 of file BTVHLTOfflineSource.cc.

References objectType_.

◆ getPath()

const std::string BTVHLTOfflineSource::PathInfo::getPath ( ) const
inline

Definition at line 148 of file BTVHLTOfflineSource.cc.

References pathName_.

148 { return pathName_; }

◆ getprescaleUsed()

const int BTVHLTOfflineSource::PathInfo::getprescaleUsed ( ) const
inline

Definition at line 149 of file BTVHLTOfflineSource.cc.

References prescaleUsed_.

◆ getProcess()

const std::string BTVHLTOfflineSource::PathInfo::getProcess ( ) const
inline

Definition at line 150 of file BTVHLTOfflineSource.cc.

References processName_.

150 { return processName_; }

◆ getTag()

const edm::InputTag BTVHLTOfflineSource::PathInfo::getTag ( ) const
inline

◆ getTriggerType()

const std::string BTVHLTOfflineSource::PathInfo::getTriggerType ( ) const
inline

Definition at line 152 of file BTVHLTOfflineSource.cc.

References triggerType_.

152 { return triggerType_; }

◆ operator==()

const bool BTVHLTOfflineSource::PathInfo::operator== ( const std::string &  v) const
inline

Definition at line 154 of file BTVHLTOfflineSource.cc.

References pathName_, and findQualityFiles::v.

◆ setLabel()

void BTVHLTOfflineSource::PathInfo::setLabel ( std::string  labelName)
inline

Member Data Documentation

◆ Discr

MonitorElement* BTVHLTOfflineSource::PathInfo::Discr = nullptr

Definition at line 156 of file BTVHLTOfflineSource.cc.

◆ Discr_HLTMinusRECO

MonitorElement* BTVHLTOfflineSource::PathInfo::Discr_HLTMinusRECO = nullptr

Definition at line 160 of file BTVHLTOfflineSource.cc.

◆ Discr_HLTvsRECO

MonitorElement* BTVHLTOfflineSource::PathInfo::Discr_HLTvsRECO = nullptr

Definition at line 159 of file BTVHLTOfflineSource.cc.

◆ Discr_turnon_loose

ObjME BTVHLTOfflineSource::PathInfo::Discr_turnon_loose

Definition at line 161 of file BTVHLTOfflineSource.cc.

◆ Discr_turnon_medium

ObjME BTVHLTOfflineSource::PathInfo::Discr_turnon_medium

Definition at line 162 of file BTVHLTOfflineSource.cc.

◆ Discr_turnon_tight

ObjME BTVHLTOfflineSource::PathInfo::Discr_turnon_tight

Definition at line 163 of file BTVHLTOfflineSource.cc.

◆ Eta

MonitorElement* BTVHLTOfflineSource::PathInfo::Eta = nullptr

Definition at line 158 of file BTVHLTOfflineSource.cc.

◆ fastPVz

MonitorElement* BTVHLTOfflineSource::PathInfo::fastPVz = nullptr

Definition at line 165 of file BTVHLTOfflineSource.cc.

◆ fastPVz_HLTMinusRECO

MonitorElement* BTVHLTOfflineSource::PathInfo::fastPVz_HLTMinusRECO = nullptr

Definition at line 167 of file BTVHLTOfflineSource.cc.

◆ filterName_

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

Definition at line 220 of file BTVHLTOfflineSource.cc.

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

◆ h_3d_ip_distance

MonitorElement* BTVHLTOfflineSource::PathInfo::h_3d_ip_distance = nullptr

Definition at line 172 of file BTVHLTOfflineSource.cc.

◆ h_3d_ip_error

MonitorElement* BTVHLTOfflineSource::PathInfo::h_3d_ip_error = nullptr

Definition at line 173 of file BTVHLTOfflineSource.cc.

◆ h_3d_ip_sig

MonitorElement* BTVHLTOfflineSource::PathInfo::h_3d_ip_sig = nullptr

Definition at line 174 of file BTVHLTOfflineSource.cc.

◆ h_flightDistance2dSig

MonitorElement* BTVHLTOfflineSource::PathInfo::h_flightDistance2dSig = nullptr

Definition at line 202 of file BTVHLTOfflineSource.cc.

◆ h_flightDistance2dVal

MonitorElement* BTVHLTOfflineSource::PathInfo::h_flightDistance2dVal = nullptr

Definition at line 201 of file BTVHLTOfflineSource.cc.

◆ h_flightDistance3dSig

MonitorElement* BTVHLTOfflineSource::PathInfo::h_flightDistance3dSig = nullptr

Definition at line 204 of file BTVHLTOfflineSource.cc.

◆ h_flightDistance3dVal

MonitorElement* BTVHLTOfflineSource::PathInfo::h_flightDistance3dVal = nullptr

Definition at line 203 of file BTVHLTOfflineSource.cc.

◆ h_jet_eta

MonitorElement* BTVHLTOfflineSource::PathInfo::h_jet_eta = nullptr

Definition at line 179 of file BTVHLTOfflineSource.cc.

◆ h_jet_pt

MonitorElement* BTVHLTOfflineSource::PathInfo::h_jet_pt = nullptr

Definition at line 178 of file BTVHLTOfflineSource.cc.

◆ h_jetNSecondaryVertices

MonitorElement* BTVHLTOfflineSource::PathInfo::h_jetNSecondaryVertices = nullptr

Definition at line 177 of file BTVHLTOfflineSource.cc.

◆ h_jetNSelectedTracks

MonitorElement* BTVHLTOfflineSource::PathInfo::h_jetNSelectedTracks = nullptr

Definition at line 185 of file BTVHLTOfflineSource.cc.

◆ h_jetNTracksEtaRel

MonitorElement* BTVHLTOfflineSource::PathInfo::h_jetNTracksEtaRel = nullptr

Definition at line 186 of file BTVHLTOfflineSource.cc.

◆ h_trackDecayLenVal

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackDecayLenVal = nullptr

Definition at line 196 of file BTVHLTOfflineSource.cc.

◆ h_trackDeltaR

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackDeltaR = nullptr

Definition at line 192 of file BTVHLTOfflineSource.cc.

◆ h_trackEtaRel

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackEtaRel = nullptr

Definition at line 197 of file BTVHLTOfflineSource.cc.

◆ h_trackJetDistVal

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackJetDistVal = nullptr

Definition at line 190 of file BTVHLTOfflineSource.cc.

◆ h_trackPtRatio

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackPtRatio = nullptr

Definition at line 193 of file BTVHLTOfflineSource.cc.

◆ h_trackPtRel

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackPtRel = nullptr

Definition at line 191 of file BTVHLTOfflineSource.cc.

◆ h_trackSip2dSig

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSip2dSig = nullptr

Definition at line 195 of file BTVHLTOfflineSource.cc.

◆ h_trackSip2dSigAboveCharm

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSip2dSigAboveCharm = nullptr

Definition at line 182 of file BTVHLTOfflineSource.cc.

◆ h_trackSip2dValAboveCharm

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSip2dValAboveCharm = nullptr

Definition at line 181 of file BTVHLTOfflineSource.cc.

◆ h_trackSip3dSig

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSip3dSig = nullptr

Definition at line 194 of file BTVHLTOfflineSource.cc.

◆ h_trackSip3dSigAboveCharm

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSip3dSigAboveCharm = nullptr

Definition at line 184 of file BTVHLTOfflineSource.cc.

◆ h_trackSip3dValAboveCharm

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSip3dValAboveCharm = nullptr

Definition at line 183 of file BTVHLTOfflineSource.cc.

◆ h_trackSumJetDeltaR

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSumJetDeltaR = nullptr

Definition at line 188 of file BTVHLTOfflineSource.cc.

◆ h_trackSumJetEtRatio

MonitorElement* BTVHLTOfflineSource::PathInfo::h_trackSumJetEtRatio = nullptr

Definition at line 180 of file BTVHLTOfflineSource.cc.

◆ h_vertexCategory

MonitorElement* BTVHLTOfflineSource::PathInfo::h_vertexCategory = nullptr

Definition at line 187 of file BTVHLTOfflineSource.cc.

◆ h_vertexEnergyRatio

MonitorElement* BTVHLTOfflineSource::PathInfo::h_vertexEnergyRatio = nullptr

Definition at line 199 of file BTVHLTOfflineSource.cc.

◆ h_vertexJetDeltaR

MonitorElement* BTVHLTOfflineSource::PathInfo::h_vertexJetDeltaR = nullptr

Definition at line 200 of file BTVHLTOfflineSource.cc.

◆ n_sel_tracks

MonitorElement* BTVHLTOfflineSource::PathInfo::n_sel_tracks = nullptr

Definition at line 171 of file BTVHLTOfflineSource.cc.

◆ n_vtx

MonitorElement* BTVHLTOfflineSource::PathInfo::n_vtx = nullptr

Definition at line 168 of file BTVHLTOfflineSource.cc.

◆ n_vtx_trks

MonitorElement* BTVHLTOfflineSource::PathInfo::n_vtx_trks = nullptr

Definition at line 170 of file BTVHLTOfflineSource.cc.

◆ objectType_

int BTVHLTOfflineSource::PathInfo::objectType_
private

Definition at line 222 of file BTVHLTOfflineSource.cc.

Referenced by getObjectType().

◆ OnlineTrkEff_3d_ip_distance

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkEff_3d_ip_distance

Definition at line 208 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkEff_3d_ip_sig

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkEff_3d_ip_sig

Definition at line 209 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkEff_Eta

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkEff_Eta

Definition at line 207 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkEff_Pt

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkEff_Pt

Definition at line 206 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkFake_3d_ip_distance

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkFake_3d_ip_distance

Definition at line 212 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkFake_3d_ip_sig

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkFake_3d_ip_sig

Definition at line 213 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkFake_Eta

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkFake_Eta

Definition at line 211 of file BTVHLTOfflineSource.cc.

◆ OnlineTrkFake_Pt

ObjME BTVHLTOfflineSource::PathInfo::OnlineTrkFake_Pt

Definition at line 210 of file BTVHLTOfflineSource.cc.

◆ pathName_

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

Definition at line 219 of file BTVHLTOfflineSource.cc.

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

◆ prescaleUsed_

int BTVHLTOfflineSource::PathInfo::prescaleUsed_
private

Definition at line 218 of file BTVHLTOfflineSource.cc.

Referenced by getprescaleUsed().

◆ processName_

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

Definition at line 221 of file BTVHLTOfflineSource.cc.

Referenced by getProcess(), and getTag().

◆ Pt

MonitorElement* BTVHLTOfflineSource::PathInfo::Pt = nullptr

Definition at line 157 of file BTVHLTOfflineSource.cc.

◆ PVz

MonitorElement* BTVHLTOfflineSource::PathInfo::PVz = nullptr

Definition at line 164 of file BTVHLTOfflineSource.cc.

◆ PVz_HLTMinusRECO

MonitorElement* BTVHLTOfflineSource::PathInfo::PVz_HLTMinusRECO = nullptr

Definition at line 166 of file BTVHLTOfflineSource.cc.

◆ triggerType_

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

Definition at line 223 of file BTVHLTOfflineSource.cc.

Referenced by getTriggerType().

◆ vtx_mass

MonitorElement* BTVHLTOfflineSource::PathInfo::vtx_mass = nullptr

Definition at line 169 of file BTVHLTOfflineSource.cc.