CMS 3D CMS Logo

List of all members | Public Member Functions | Private Types | Private Member Functions | Private Attributes
JetPlotsExample< Jet > Class Template Reference

#include <JetPlotsExample.h>

Inheritance diagram for JetPlotsExample< Jet >:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 JetPlotsExample (edm::ParameterSet const &cfg)
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 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)
 

Private Types

typedef std::vector< Jet > JetCollection
 

Private Member Functions

void analyze (edm::Event const &e, edm::EventSetup const &iSetup) override
 
void beginJob () override
 
void endJob () override
 
void FillHist1D (const TString &histName, const Double_t &x)
 

Private Attributes

std::string HistoFileName
 
std::string JetAlgorithm
 
TFile * m_file
 
std::map< TString, TH1 * > m_HistNames1D
 
int NJets
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

template<class Jet>
class JetPlotsExample< Jet >

Definition at line 15 of file JetPlotsExample.h.

Member Typedef Documentation

◆ JetCollection

template<class Jet >
typedef std::vector<Jet> JetPlotsExample< Jet >::JetCollection
private

Definition at line 20 of file JetPlotsExample.h.

Constructor & Destructor Documentation

◆ JetPlotsExample()

template<class Jet >
JetPlotsExample< Jet >::JetPlotsExample ( edm::ParameterSet const &  cfg)

Definition at line 24 of file JetPlotsExample.cc.

References looper::cfg, and AlCaHLTBitMon_QueryRunRegistry::string.

24  {
25  JetAlgorithm = cfg.getParameter<std::string>("JetAlgorithm");
26  HistoFileName = cfg.getParameter<std::string>("HistoFileName");
27  NJets = cfg.getParameter<int>("NJets");
28 }
std::string HistoFileName
std::string JetAlgorithm

Member Function Documentation

◆ analyze()

template<class Jet >
void JetPlotsExample< Jet >::analyze ( edm::Event const &  e,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 46 of file JetPlotsExample.cc.

References edm::Event::getByLabel(), and singleTopDQM_cfi::jets.

46  {
49  evt.getByLabel(JetAlgorithm, jets);
50  typename JetCollection::const_iterator i_jet;
51  int index = 0;
52  TString hname;
54  hname = "NumberOfJets";
55  FillHist1D(hname, jets->size());
57  for (i_jet = jets->begin(); i_jet != jets->end() && index < NJets; ++i_jet) {
58  hname = "JetPt";
59  FillHist1D(hname, i_jet->pt());
60  hname = "JetEta";
61  FillHist1D(hname, i_jet->eta());
62  hname = "JetPhi";
63  FillHist1D(hname, i_jet->phi());
64  index++;
65  }
66 }
void FillHist1D(const TString &histName, const Double_t &x)
std::string JetAlgorithm

◆ beginJob()

template<class Jet >
void JetPlotsExample< Jet >::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 31 of file JetPlotsExample.cc.

References M_PI.

31  {
32  TString hname;
33  m_file = new TFile(HistoFileName.c_str(), "RECREATE");
35  hname = "JetPt";
36  m_HistNames1D[hname] = new TH1F(hname, hname, 100, 0, 1000);
37  hname = "JetEta";
38  m_HistNames1D[hname] = new TH1F(hname, hname, 120, -6, 6);
39  hname = "JetPhi";
40  m_HistNames1D[hname] = new TH1F(hname, hname, 100, -M_PI, M_PI);
41  hname = "NumberOfJets";
42  m_HistNames1D[hname] = new TH1F(hname, hname, 100, 0, 100);
43 }
std::string HistoFileName
std::map< TString, TH1 * > m_HistNames1D
#define M_PI

◆ endJob()

template<class Jet >
void JetPlotsExample< Jet >::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 69 of file JetPlotsExample.cc.

69  {
71  if (m_file != nullptr) {
72  m_file->cd();
73  for (std::map<TString, TH1*>::iterator hid = m_HistNames1D.begin(); hid != m_HistNames1D.end(); hid++)
74  hid->second->Write();
75  delete m_file;
76  m_file = nullptr;
77  }
78 }
std::map< TString, TH1 * > m_HistNames1D

◆ FillHist1D()

template<class Jet >
void JetPlotsExample< Jet >::FillHist1D ( const TString &  histName,
const Double_t &  x 
)
private

Definition at line 81 of file JetPlotsExample.cc.

References gather_cfg::cout.

81  {
82  std::map<TString, TH1*>::iterator hid = m_HistNames1D.find(histName);
83  if (hid == m_HistNames1D.end())
84  std::cout << "%fillHist -- Could not find histogram with name: " << histName << std::endl;
85  else
86  hid->second->Fill(value);
87 }
Definition: value.py:1
std::map< TString, TH1 * > m_HistNames1D

Member Data Documentation

◆ HistoFileName

template<class Jet >
std::string JetPlotsExample< Jet >::HistoFileName
private

Definition at line 31 of file JetPlotsExample.h.

◆ JetAlgorithm

template<class Jet >
std::string JetPlotsExample< Jet >::JetAlgorithm
private

Definition at line 29 of file JetPlotsExample.h.

◆ m_file

template<class Jet >
TFile* JetPlotsExample< Jet >::m_file
private

Definition at line 26 of file JetPlotsExample.h.

◆ m_HistNames1D

template<class Jet >
std::map<TString, TH1*> JetPlotsExample< Jet >::m_HistNames1D
private

Definition at line 25 of file JetPlotsExample.h.

◆ NJets

template<class Jet >
int JetPlotsExample< Jet >::NJets
private

Definition at line 33 of file JetPlotsExample.h.