#include <ESDaqInfoTask.h>
|
| ESDaqInfoTask (const edm::ParameterSet &ps) |
| Constructor. More...
|
|
virtual | ~ESDaqInfoTask () |
| Destructor. More...
|
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
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 | analyze (const edm::Event &e, const edm::EventSetup &c) |
| Analyze. More...
|
|
void | beginJob (void) |
| BeginJob. More...
|
|
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup) |
| BeginLuminosityBlock. More...
|
|
void | cleanup (void) |
| Cleanup. More...
|
|
void | endJob (void) |
| EndJob. More...
|
|
void | endLuminosityBlock (const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup) |
| EndLuminosityBlock. More...
|
|
void | reset (void) |
| Reset. More...
|
|
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) |
|
Definition at line 9 of file ESDaqInfoTask.h.
ESDaqInfoTask::~ESDaqInfoTask |
( |
| ) |
|
|
virtual |
void ESDaqInfoTask::beginJob |
( |
void |
| ) |
|
|
protectedvirtual |
void ESDaqInfoTask::cleanup |
( |
void |
| ) |
|
|
protected |
void ESDaqInfoTask::endJob |
( |
void |
| ) |
|
|
protectedvirtual |
int ESDaqInfoTask::getFEDNumber |
( |
const int |
x, |
|
|
const int |
y |
|
) |
| |
|
inlineprivate |
Definition at line 65 of file ESDaqInfoTask.h.
66 int iz = (
x < 40) ? 1 : 2;
67 int ip = (
y >= 40) ? 1 : 2;
68 int ix = (
x < 40) ?
x :
x - 40;
69 int iy = (
y < 40) ?
y :
y - 40;
70 return (*es_mapping_).getFED( iz, ip, ix + 1, iy + 1);
void ESDaqInfoTask::reset |
( |
void |
| ) |
|
|
protected |
bool ESDaqInfoTask::enableCleanup_ |
|
private |
int ESDaqInfoTask::ESFedRangeMax_ |
|
private |
int ESDaqInfoTask::ESFedRangeMin_ |
|
private |
bool ESDaqInfoTask::ESOnFed_[56] |
|
private |
bool ESDaqInfoTask::mergeRuns_ |
|
private |
std::string ESDaqInfoTask::prefixME_ |
|
private |