CMS 3D CMS Logo

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

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
 LHCInfoESAnalyzer (edm::ParameterSet const &p)
 
 LHCInfoESAnalyzer (int i)
 
 ~LHCInfoESAnalyzer () 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 14 of file LHCInfoESAnalyzer.cc.

Constructor & Destructor Documentation

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

Definition at line 17 of file LHCInfoESAnalyzer.cc.

References gather_cfg::cout.

17  {
18  std::cout<<"LHCInfoESAnalyzer"<<std::endl;
19  }
edmtest::LHCInfoESAnalyzer::LHCInfoESAnalyzer ( int  i)
inlineexplicit

Definition at line 20 of file LHCInfoESAnalyzer.cc.

References gather_cfg::cout.

20  {
21  std::cout<<"LHCInfoESAnalyzer "<<i<<std::endl;
22  }
edmtest::LHCInfoESAnalyzer::~LHCInfoESAnalyzer ( )
inlineoverride

Definition at line 23 of file LHCInfoESAnalyzer.cc.

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

23  {
24  std::cout<<"~LHCInfoESAnalyzer "<<std::endl;
25  }

Member Function Documentation

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

Definition at line 29 of file LHCInfoESAnalyzer.cc.

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

Referenced by ~LHCInfoESAnalyzer().

29  {
30  std::cout<<"###LHCInfoESAnalyzer::analyze"<<std::endl;
31  std::cout <<" I AM IN RUN NUMBER "<<e.id().run() <<std::endl;
32  std::cout <<" ---EVENT NUMBER "<<e.id().event() <<std::endl;
34  if( recordKey.type() == edm::eventsetup::EventSetupRecordKey::TypeTag()) {
35  //record not found
36  std::cout <<"Record \"LHCInfoRcd"<<"\" does not exist "<<std::endl;
37  }
39  std::cout<<"got eshandle"<<std::endl;
40  context.get<LHCInfoRcd>().get(sum);
41  std::cout<<"got context"<<std::endl;
42  const LHCInfo* summary=sum.product();
43  std::cout<<"got LHCInfo* "<< std::endl;
44  std::cout<< "print result" << std::endl;
45  std::cout << *summary;
46  }
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
heterocontainer::HCTypeTag TypeTag
edm::EventID id() const
Definition: EventBase.h:59
T const * product() const
Definition: ESHandle.h:86