CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HcalRealisticZS Class Reference

#include <HcalRealisticZS.h>

Inheritance diagram for HcalRealisticZS:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 HcalRealisticZS (const edm::ParameterSet &ps)
 
virtual void produce (edm::Event &e, const edm::EventSetup &c) override
 
virtual ~HcalRealisticZS ()
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
- Public Member Functions inherited from edm::stream::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducerBase ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel)
 
virtual ~ProducerBase () noexcept(false)
 
- 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
 
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
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::unique_ptr< HcalZSAlgoRealisticalgo_
 
std::string inputLabel_
 
edm::EDGetTokenT< HBHEDigiCollectiontok_hbhe_
 
edm::EDGetTokenT< QIE11DigiCollectiontok_hbheQIE11_
 
edm::EDGetTokenT< HFDigiCollectiontok_hf_
 
edm::EDGetTokenT< QIE10DigiCollectiontok_hfQIE10_
 
edm::EDGetTokenT< HODigiCollectiontok_ho_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer<>
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDProducerBase
typedef EDProducerAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::stream::EDProducerBase
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)
 
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 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 20 of file HcalRealisticZS.h.

Constructor & Destructor Documentation

HcalRealisticZS::HcalRealisticZS ( const edm::ParameterSet ps)
explicit

Definition at line 12 of file HcalRealisticZS.cc.

References algo_, edm::ParameterSet::getParameter(), inputLabel_, hcalDigis_cfi::markAndPass, tmp, tok_hbhe_, tok_hbheQIE11_, tok_hf_, tok_hfQIE10_, and tok_ho_.

12  :
13  inputLabel_(conf.getParameter<std::string>("digiLabel")) {
14 
15  bool markAndPass=conf.getParameter<bool>("markAndPass");
16 
17  // register for data access
18  tok_hbhe_ = consumes<HBHEDigiCollection>(edm::InputTag(inputLabel_));
19  tok_ho_ = consumes<HODigiCollection>(edm::InputTag(inputLabel_));
20  tok_hf_ = consumes<HFDigiCollection>(edm::InputTag(inputLabel_));
21  tok_hfQIE10_ = consumes<QIE10DigiCollection>(edm::InputTag(inputLabel_, "HFQIE10DigiCollection"));
22  tok_hbheQIE11_ = consumes<QIE11DigiCollection>(edm::InputTag(inputLabel_, "HBHEQIE11DigiCollection"));
23 
24 
25  std::vector<int> tmp = conf.getParameter<std::vector<int> >("HBregion");
26 
27  if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
28  edm::LogError("HcalZeroSuppression") << "ZS(HB) region error: "
29  << tmp[0] << ":" <<tmp[1];
30  tmp[0]=0; tmp[1]=9;
31  }
32 
33  std::pair<int,int> HBsearchTS (tmp[0],tmp[1]);
34 
35  tmp = conf.getParameter<std::vector<int> >("HEregion");
36  if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
37  edm::LogError("HcalZeroSuppression") << "ZS(HE) region error: "
38  << tmp[0] << ":" <<tmp[1];
39  tmp[0]=0; tmp[1]=9;
40  }
41  std::pair<int,int> HEsearchTS (tmp[0],tmp[1]);
42 
43  tmp = conf.getParameter<std::vector<int> >("HOregion");
44  if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
45  edm::LogError("HcalZeroSuppression") << "ZS(HO) region error: "
46  << tmp[0] << ":" <<tmp[1];
47  tmp[0]=0; tmp[1]=9;
48  }
49  std::pair<int,int> HOsearchTS (tmp[0],tmp[1]);
50 
51  tmp = conf.getParameter<std::vector<int> >("HFregion");
52  if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
53  edm::LogError("HcalZeroSuppression") << "ZS(HF) region error: "
54  << tmp[0] << ":" <<tmp[1];
55  tmp[0]=0; tmp[1]=9;
56  }
57  std::pair<int,int> HFsearchTS (tmp[0],tmp[1]);
58 
59 
60  //this constructor will be called if useConfigZSvalues is set to 1 in
61  //HcalZeroSuppressionProducers/python/hcalDigisRealistic_cfi.py
62  //which means that channel-by-channel ZS thresholds from DB will NOT be used
63  if ( conf.getParameter<int>("useConfigZSvalues") ) {
64 
65  algo_.reset(
66  new HcalZSAlgoRealistic (markAndPass,
67  conf.getParameter<int>("HBlevel"),
68  conf.getParameter<int>("HElevel"),
69  conf.getParameter<int>("HOlevel"),
70  conf.getParameter<int>("HFlevel"),
71  HBsearchTS,
72  HEsearchTS,
73  HOsearchTS,
74  HFsearchTS
75  ));
76 
77  } else {
78 
79  algo_.reset(
80  new HcalZSAlgoRealistic(markAndPass,
81  HBsearchTS,
82  HEsearchTS,
83  HOsearchTS,
84  HFsearchTS));
85  }
86 
87  produces<HBHEDigiCollection>();
88  produces<HODigiCollection>();
89  produces<HFDigiCollection>();
90  produces<QIE10DigiCollection>("HFQIE10DigiCollection");
91  produces<QIE11DigiCollection>("HBHEQIE11DigiCollection");
92 
93 }
edm::EDGetTokenT< HODigiCollection > tok_ho_
std::unique_ptr< HcalZSAlgoRealistic > algo_
edm::EDGetTokenT< QIE10DigiCollection > tok_hfQIE10_
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
std::string inputLabel_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100
edm::EDGetTokenT< QIE11DigiCollection > tok_hbheQIE11_
HcalRealisticZS::~HcalRealisticZS ( )
virtual

Definition at line 95 of file HcalRealisticZS.cc.

References algo_.

95  {
96  algo_->clearDbService();
97 }
std::unique_ptr< HcalZSAlgoRealistic > algo_

Member Function Documentation

void HcalRealisticZS::produce ( edm::Event e,
const edm::EventSetup c 
)
overridevirtual

Definition at line 99 of file HcalRealisticZS.cc.

References algo_, edm::EventSetup::get(), edm::Event::getByToken(), photonIsolationHIProducer_cfi::hbhe, photonIsolationHIProducer_cfi::hf, photonIsolationHIProducer_cfi::ho, eostools::move(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), edm::Event::put(), HcalDataFrameContainer< Digi >::samples(), edm::SortedCollection< T, SORT >::size(), edm::DataFrameContainer::size(), tok_hbhe_, tok_hbheQIE11_, tok_hf_, tok_hfQIE10_, and tok_ho_.

100 {
101 
107 
108  edm::ESHandle<HcalDbService> conditions;
109  eventSetup.get<HcalDbRecord>().get(conditions);
110  algo_->setDbService(conditions.product());
111 
112  e.getByToken(tok_hbhe_,hbhe);
113 
114  // create empty output
115  std::unique_ptr<HBHEDigiCollection> zs_hbhe(new HBHEDigiCollection);
116 
117  e.getByToken(tok_ho_,ho);
118 
119  // create empty output
120  std::unique_ptr<HODigiCollection> zs_ho(new HODigiCollection);
121 
122  e.getByToken(tok_hf_,hf);
123 
124  // create empty output
125  std::unique_ptr<HFDigiCollection> zs_hf(new HFDigiCollection);
126 
127  e.getByToken(tok_hfQIE10_,hfQIE10);
128  e.getByToken(tok_hbheQIE11_,hbheQIE11);
129 
130  // create empty output
131  std::unique_ptr<HBHEDigiCollection> zs_hbheUpgrade(new HBHEDigiCollection);
132  std::unique_ptr<HFDigiCollection> zs_hfUpgrade(new HFDigiCollection);
133  std::unique_ptr<QIE10DigiCollection> zs_hfQIE10(new QIE10DigiCollection(hfQIE10->samples()));
134  std::unique_ptr<QIE11DigiCollection> zs_hbheQIE11(new QIE11DigiCollection(hbheQIE11->samples()));
135 
136  //run the algorithm
137  algo_->suppress(*(hbhe.product()),*zs_hbhe);
138  algo_->suppress(*(ho.product()),*zs_ho);
139  algo_->suppress(*(hf.product()),*zs_hf);
140  algo_->suppress(*(hfQIE10.product()),*zs_hfQIE10);
141  algo_->suppress(*(hbheQIE11.product()),*zs_hbheQIE11);
142 
143 
144  edm::LogInfo("HcalZeroSuppression") << "Suppression (HBHE) input " << hbhe->size() << " digis, output " << zs_hbhe->size() << " digis"
145  << " (HO) input " << ho->size() << " digis, output " << zs_ho->size() << " digis"
146  << " (HF) input " << hf->size() << " digis, output " << zs_hf->size() << " digis"
147  << " (HFQIE10) input " << hfQIE10->size() << " digis, output " << zs_hfQIE10->size() << " digis"
148  << " (HBHEQIE11) input " << hbheQIE11->size() << " digis, output " << zs_hbheQIE11->size() << " digis";
149 
150 
151  // return result
152  e.put(std::move(zs_hbhe));
153  e.put(std::move(zs_ho));
154  e.put(std::move(zs_hf));
155  e.put(std::move(zs_hfQIE10),"HFQIE10DigiCollection");
156  e.put(std::move(zs_hbheQIE11),"HBHEQIE11DigiCollection");
157 
158 }
edm::EDGetTokenT< HODigiCollection > tok_ho_
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:122
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:460
std::unique_ptr< HcalZSAlgoRealistic > algo_
edm::EDGetTokenT< QIE10DigiCollection > tok_hfQIE10_
HcalDataFrameContainer< QIE10DataFrame > QIE10DigiCollection
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
HcalDataFrameContainer< QIE11DataFrame > QIE11DigiCollection
T const * product() const
Definition: Handle.h:81
size_type size() const
edm::EDGetTokenT< QIE11DigiCollection > tok_hbheQIE11_
T const * product() const
Definition: ESHandle.h:86
def move(src, dest)
Definition: eostools.py:510

Member Data Documentation

std::unique_ptr<HcalZSAlgoRealistic> HcalRealisticZS::algo_
private

Definition at line 26 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS(), produce(), and ~HcalRealisticZS().

std::string HcalRealisticZS::inputLabel_
private

Definition at line 27 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS().

edm::EDGetTokenT<HBHEDigiCollection> HcalRealisticZS::tok_hbhe_
private

Definition at line 28 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS(), and produce().

edm::EDGetTokenT<QIE11DigiCollection> HcalRealisticZS::tok_hbheQIE11_
private

Definition at line 32 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS(), and produce().

edm::EDGetTokenT<HFDigiCollection> HcalRealisticZS::tok_hf_
private

Definition at line 30 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS(), and produce().

edm::EDGetTokenT<QIE10DigiCollection> HcalRealisticZS::tok_hfQIE10_
private

Definition at line 31 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS(), and produce().

edm::EDGetTokenT<HODigiCollection> HcalRealisticZS::tok_ho_
private

Definition at line 29 of file HcalRealisticZS.h.

Referenced by HcalRealisticZS(), and produce().