#include <DTRunConditionVar.h>
Private Member Functions | |
void | bookChamberHistos (const DTChamberId &dtCh, std::string histoType, int, float, float) |
Private Attributes | |
std::map< uint32_t, std::map < std::string, MonitorElement * > > | chamberHistos |
bool | debug |
edm::EDGetTokenT < DTRecSegment4DCollection > | dt4DSegmentsToken_ |
edm::ESHandle< DTGeometry > | dtGeom |
double | maxAnglePhiSegm |
edm::ESHandle< DTMtime > | mTime |
const DTMtime * | mTimeMap_ |
int | nMinHitsPhi |
DQMStore * | theDbe |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
DTRunConditionVar::DTRunConditionVar | ( | const edm::ParameterSet & | pset | ) |
Definition at line 45 of file DTRunConditionVar.cc.
References cppFunctionSkipper::operator, and theDbe.
DTRunConditionVar::~DTRunConditionVar | ( | ) |
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 116 of file DTRunConditionVar.cc.
References chamberHistos, DTVelocityUnits::cm_per_ns, dt4DSegmentsToken_, DTChamberId, dtGeom, edm::hlt::Exception, HcalObjRepresent::Fill(), edm::EventSetup::get(), DTMtime::get(), LogTrace, maxAnglePhiSegm, mTime, mTimeMap_, nMinHitsPhi, Pi, DetId::rawId(), and xdir.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 71 of file DTRunConditionVar.cc.
References bookChamberHistos(), DTChamberId, and LogTrace.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 95 of file DTRunConditionVar.cc.
References dtGeom, and edm::EventSetup::get().
|
private |
Definition at line 200 of file DTRunConditionVar.cc.
References DQMStore::book1D(), chamberHistos, LogTrace, DetId::rawId(), DTChamberId::sector(), DQMStore::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, theDbe, and DTChamberId::wheel().
Referenced by beginJob().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 106 of file DTRunConditionVar.cc.
References LogTrace.
|
private |
Definition at line 76 of file DTRunConditionVar.h.
Referenced by analyze(), and bookChamberHistos().
|
private |
Definition at line 63 of file DTRunConditionVar.h.
Referenced by pkg.AbstractPkg::generate(), pkg.AbstractPkg::get_kwds(), and pkg.AbstractPkg::write().
|
private |
Definition at line 67 of file DTRunConditionVar.h.
Referenced by analyze().
|
private |
Definition at line 69 of file DTRunConditionVar.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 65 of file DTRunConditionVar.h.
Referenced by analyze().
|
private |
Definition at line 71 of file DTRunConditionVar.h.
Referenced by analyze().
|
private |
Definition at line 72 of file DTRunConditionVar.h.
Referenced by analyze().
|
private |
Definition at line 64 of file DTRunConditionVar.h.
Referenced by analyze().
|
private |
Definition at line 74 of file DTRunConditionVar.h.
Referenced by bookChamberHistos(), and DTRunConditionVar().