CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HcalTestAnalyzer Class Reference
Inheritance diagram for HcalTestAnalyzer:
edm::one::EDAnalyzer< edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
 HcalTestAnalyzer (const edm::ParameterSet &)
 
 ~HcalTestAnalyzer () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

edm::Service< TFileServicefs_
 
HcalTestHistoClass h_
 
int kount_
 
edm::EDGetTokenT
< HcalTestHistoClass
tokHist_
 
TTree * tree_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 30 of file HcalTestAnalyzer.cc.

Constructor & Destructor Documentation

HcalTestAnalyzer::HcalTestAnalyzer ( const edm::ParameterSet )

Definition at line 46 of file HcalTestAnalyzer.cc.

References fs_, h_, HLT_FULL_cff::InputTag, edm::Service< T >::isAvailable(), TFileService::kSharedResource, TFileService::make(), tokHist_, and tree_.

46  : tree_(nullptr), kount_(0) {
47  usesResource(TFileService::kSharedResource);
48  tokHist_ = consumes<HcalTestHistoClass>(edm::InputTag("g4SimHits"));
49  if (fs_.isAvailable()) {
50  tree_ = fs_->make<TTree>("HcalTest", "HcalTest");
51  tree_->SetAutoSave(10000);
52  tree_->Branch("HcalTestHistoClass", &h_);
53  edm::LogVerbatim("HcalSim") << "HcalTestAnalyzer:===>>> Book the Tree";
54  } else {
55  edm::LogVerbatim("HcalSim") << "HcalTestAnalyzer:===>>> No file provided";
56  }
57 }
static const std::string kSharedResource
Definition: TFileService.h:76
Log< level::Info, true > LogVerbatim
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
edm::EDGetTokenT< HcalTestHistoClass > tokHist_
bool isAvailable() const
Definition: Service.h:40
edm::Service< TFileService > fs_
HcalTestHistoClass h_
HcalTestAnalyzer::~HcalTestAnalyzer ( )
override

Definition at line 59 of file HcalTestAnalyzer.cc.

References kount_.

59  {
60  edm::LogVerbatim("HcalSim") << "================================================================="
61  << "====================\n=== HcalTestAnalyzer: Start writing user "
62  << "histograms after " << kount_ << " events ";
63 }
Log< level::Info, true > LogVerbatim

Member Function Documentation

void HcalTestAnalyzer::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 70 of file HcalTestAnalyzer.cc.

References edm::EventID::event(), edm::Event::getHandle(), h_, timingPdfMaker::histo, mergeVDriftHistosByStation::histos, edm::EventBase::id(), kount_, tokHist_, and tree_.

70  {
71  ++kount_;
72  auto histos = e.getHandle(tokHist_);
73  edm::LogVerbatim("HcalSim") << "HcalTestAnalyzer: [" << kount_ << "] event " << e.id().event() << " with "
74  << histos.isValid();
75 
76  if ((tree_) && histos.isValid()) {
77  auto histo = histos.product();
78  edm::LogVerbatim("HcalSim") << "HcalTestAnalyzer: tree pointer = " << histo;
79  h_ = *histo;
80  tree_->Fill();
81  }
82 }
Log< level::Info, true > LogVerbatim
EventNumber_t event() const
Definition: EventID.h:40
edm::EDGetTokenT< HcalTestHistoClass > tokHist_
Handle< PROD > getHandle(EDGetTokenT< PROD > token) const
Definition: Event.h:563
HcalTestHistoClass h_
edm::EventID id() const
Definition: EventBase.h:59
void HcalTestAnalyzer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 65 of file HcalTestAnalyzer.cc.

References edm::ConfigurationDescriptions::add(), and submitPVResolutionJobs::desc.

65  {
67  descriptions.add("hcalTestAnalyzer", desc);
68 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

Member Data Documentation

edm::Service<TFileService> HcalTestAnalyzer::fs_
private

Definition at line 39 of file HcalTestAnalyzer.cc.

Referenced by HcalTestAnalyzer().

HcalTestHistoClass HcalTestAnalyzer::h_
private

Definition at line 41 of file HcalTestAnalyzer.cc.

Referenced by analyze(), and HcalTestAnalyzer().

int HcalTestAnalyzer::kount_
private

Definition at line 43 of file HcalTestAnalyzer.cc.

Referenced by analyze(), and ~HcalTestAnalyzer().

edm::EDGetTokenT<HcalTestHistoClass> HcalTestAnalyzer::tokHist_
private

Definition at line 42 of file HcalTestAnalyzer.cc.

Referenced by analyze(), and HcalTestAnalyzer().

TTree* HcalTestAnalyzer::tree_
private

Definition at line 40 of file HcalTestAnalyzer.cc.

Referenced by analyze(), and HcalTestAnalyzer().