CMS 3D CMS Logo

List of all members | Public Member Functions
edmtest::RunSummaryESAnalyzer Class Reference
Inheritance diagram for edmtest::RunSummaryESAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
 RunSummaryESAnalyzer (edm::ParameterSet const &p)
 
 RunSummaryESAnalyzer (int i)
 
 ~RunSummaryESAnalyzer () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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)
 

Detailed Description

Definition at line 24 of file RunSummaryESAnalyzer.cc.

Constructor & Destructor Documentation

edmtest::RunSummaryESAnalyzer::RunSummaryESAnalyzer ( edm::ParameterSet const &  p)
inlineexplicit

Definition at line 27 of file RunSummaryESAnalyzer.cc.

References gather_cfg::cout.

28  {
29  std::cout<<"RunSummaryESAnalyzer"<<std::endl;
30  }
edmtest::RunSummaryESAnalyzer::RunSummaryESAnalyzer ( int  i)
inlineexplicit

Definition at line 31 of file RunSummaryESAnalyzer.cc.

References gather_cfg::cout.

32  { std::cout<<"RunSummaryESAnalyzer "<<i<<std::endl; }
edmtest::RunSummaryESAnalyzer::~RunSummaryESAnalyzer ( )
inlineoverride

Definition at line 33 of file RunSummaryESAnalyzer.cc.

References analyze(), EnergyCorrector::c, gather_cfg::cout, and MillePedeFileConverter_cfg::e.

33  {
34  std::cout<<"~RunSummaryESAnalyzer "<<std::endl;
35  }

Member Function Documentation

void edmtest::RunSummaryESAnalyzer::analyze ( const edm::Event e,
const edm::EventSetup c 
)
override

Definition at line 60 of file RunSummaryESAnalyzer.cc.

References gather_cfg::cout, DEFINE_FWK_MODULE, edm::EventID::event(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::EventSetup::get(), RunSummary::getSubdtIn(), mps_fire::i, edm::EventBase::id(), RunSummary::printAllValues(), edm::ESHandle< T >::product(), edm::EventID::run(), heppy_report::summary, and edm::eventsetup::EventSetupRecordKey::type().

60  {
61  using namespace edm::eventsetup;
62  std::cout<<"###RunSummaryESAnalyzer::analyze"<<std::endl;
63 
64  // Context is not used.
65  std::cout <<" I AM IN RUN NUMBER "<<e.id().run() <<std::endl;
66  std::cout <<" ---EVENT NUMBER "<<e.id().event() <<std::endl;
68  if( recordKey.type() == edm::eventsetup::EventSetupRecordKey::TypeTag()) {
69  //record not found
70  std::cout <<"Record \"RunSummaryRcd"<<"\" does not exist "<<std::endl;
71  }
73  std::cout<<"got eshandle"<<std::endl;
74  context.get<RunSummaryRcd>().get(sum);
75  std::cout<<"got context"<<std::endl;
76  const RunSummary* summary=sum.product();
77  std::cout<<"got RunSummary* "<< std::endl;
78 
79 
80  std::cout<< "print result" << std::endl;
81  summary->printAllValues();
82  std::vector<std::string> subdet = summary->getSubdtIn();
83  std::cout<<"subdetector in the run "<< std::endl;
84  for (size_t i=0; i<subdet.size(); i++){
85  std::cout<<"--> " << subdet[i] << std::endl;
86  }
87  }
RunNumber_t run() const
Definition: EventID.h:39
EventNumber_t event() const
Definition: EventID.h:41
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
void printAllValues() const
Definition: RunSummary.cc:16
heterocontainer::HCTypeTag TypeTag
edm::EventID id() const
Definition: EventBase.h:59
T const * product() const
Definition: ESHandle.h:86
std::vector< std::string > getSubdtIn() const
Definition: RunSummary.cc:33