CMS 3D CMS Logo

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

HcalTestHistoClass h_
 
int kount_
 
const edm::EDGetTokenT< HcalTestHistoClasstokHist_
 
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< Bconsumes (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 ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
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::HcalTestAnalyzer ( const edm::ParameterSet )

Definition at line 45 of file HcalTestAnalyzer.cc.

References compareTotals::fs, h_, TFileService::kSharedResource, and tree_.

46  : tree_(nullptr), tokHist_(consumes<HcalTestHistoClass>(edm::InputTag("g4SimHits"))), kount_(0) {
47  usesResource(TFileService::kSharedResource);
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
HcalTestHistoClass h_
const edm::EDGetTokenT< HcalTestHistoClass > tokHist_

◆ ~HcalTestAnalyzer()

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

◆ analyze()

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 MillePedeFileConverter_cfg::e, h_, timingPdfMaker::histo, combine::histos, kount_, tokHist_, and tree_.

70  {
71  ++kount_;
72  const 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
HcalTestHistoClass h_
histos
Definition: combine.py:4
const edm::EDGetTokenT< HcalTestHistoClass > tokHist_

◆ fillDescriptions()

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

◆ h_

HcalTestHistoClass HcalTestAnalyzer::h_
private

Definition at line 40 of file HcalTestAnalyzer.cc.

Referenced by analyze(), and HcalTestAnalyzer().

◆ kount_

int HcalTestAnalyzer::kount_
private

Definition at line 42 of file HcalTestAnalyzer.cc.

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

◆ tokHist_

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

Definition at line 41 of file HcalTestAnalyzer.cc.

Referenced by analyze().

◆ tree_

TTree* HcalTestAnalyzer::tree_
private

Definition at line 39 of file HcalTestAnalyzer.cc.

Referenced by analyze(), and HcalTestAnalyzer().