|
| DTResolutionTest (const edm::ParameterSet &ps) |
| Constructor. More...
|
|
virtual | ~DTResolutionTest () |
| Destructor. More...
|
|
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
|
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
|
| DQMEDHarvester (void) |
|
virtual void | endJob () final |
|
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
|
| EDAnalyzer ()=default |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDAnalyzerBase () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
|
void | bookHistos (DQMStore::IBooker &, const DTChamberId &ch) |
| book the new ME More...
|
|
void | bookHistos (DQMStore::IBooker &, int wh) |
| book the summary histograms More...
|
|
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
| Endjob. More...
|
|
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
| DQM Client Diagnostic. More...
|
|
std::string | getMEName (const DTSuperLayerId &slID) |
| Get the ME name. More...
|
|
std::string | getMEName2D (const DTSuperLayerId &slID) |
|
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) |
|
|
bool | bookingdone |
|
std::map< std::pair< int, int >
, int > | cmsMeanHistos |
|
std::map< std::pair< int, int >
, int > | cmsSigmaHistos |
|
std::map< std::pair< int, int >
, int > | cmsSlopeHistos |
|
std::map< std::pair< int, int >
, bool > | MeanFilled |
|
std::map< std::pair< int, int >
, MonitorElement * > | MeanHistos |
|
std::map< std::string,
MonitorElement * > | MeanHistosSetRange |
|
std::map< std::string,
MonitorElement * > | MeanHistosSetRange2D |
|
edm::ESHandle< DTGeometry > | muonGeom |
|
int | nevents |
|
unsigned int | nLumiSegs |
|
edm::ParameterSet | parameters |
|
int | percentual |
|
int | prescaleFactor |
|
int | run |
|
std::map< std::pair< int, int >
, bool > | SigmaFilled |
|
std::map< std::pair< int, int >
, MonitorElement * > | SigmaHistos |
|
std::map< std::string,
MonitorElement * > | SigmaHistosSetRange |
|
std::map< std::string,
MonitorElement * > | SigmaHistosSetRange2D |
|
std::map< std::pair< int, int >
, bool > | SlopeFilled |
|
std::map< std::pair< int, int >
, MonitorElement * > | SlopeHistos |
|
std::map< std::string,
MonitorElement * > | SlopeHistosSetRange |
|
std::map< std::string,
MonitorElement * > | SlopeHistosSetRange2D |
|
std::map< int, MonitorElement * > | wheelMeanHistos |
|
std::map< int, MonitorElement * > | wheelSigmaHistos |
|
std::map< int, MonitorElement * > | wheelSlopeHistos |
|
Definition at line 44 of file DTResolutionTest.h.