CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Types | Private Attributes
pat::PATCleaner< PATObjType > Class Template Reference

PAT Cleaner module for PAT Objects. More...

#include "PhysicsTools/PatAlgos/interface/PATCleaner.h"

Inheritance diagram for pat::PATCleaner< PATObjType >:
edm::EDProducer edm::ProducerBase edm::ProductRegistryHelper

Public Member Functions

 PATCleaner (const edm::ParameterSet &iConfig)
 
virtual void produce (edm::Event &iEvent, const edm::EventSetup &iSetup)
 
virtual ~PATCleaner ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
boost::function< void(const
BranchDescription &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 

Private Types

typedef pat::helper::OverlapTest OverlapTest
 
typedef
StringCutObjectSelector
< PATObjType > 
Selector
 

Private Attributes

bool doFinalCut_
 
bool doPreselection_
 
Selector finalCut_
 
boost::ptr_vector< OverlapTestoverlapTests_
 
Selector preselectionCut_
 
edm::InputTag src_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
typedef WorkerT< EDProducerWorkerType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDProducer
CurrentProcessingContext const * currentContext () const
 
- Protected Member Functions inherited from edm::ProducerBase
template<class TProducer , class TMethod >
void callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod)
 

Detailed Description

template<class PATObjType>
class pat::PATCleaner< PATObjType >

PAT Cleaner module for PAT Objects.

      The same module is used for all collections.
Author
Giovanni Petrucciani
Version
Id:
PATCleaner.h,v 1.3 2010/10/20 23:08:30 wmtan Exp

Definition at line 41 of file PATCleaner.h.

Member Typedef Documentation

template<class PATObjType >
typedef pat::helper::OverlapTest pat::PATCleaner< PATObjType >::OverlapTest
private

Definition at line 56 of file PATCleaner.h.

template<class PATObjType >
typedef StringCutObjectSelector<PATObjType> pat::PATCleaner< PATObjType >::Selector
private

Definition at line 49 of file PATCleaner.h.

Constructor & Destructor Documentation

template<class PATObjType >
pat::PATCleaner< PATObjType >::PATCleaner ( const edm::ParameterSet iConfig)
explicit

Definition at line 64 of file PATCleaner.h.

References algorithm(), edm::ParameterSet::empty(), edm::hlt::Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), pat::PATCleaner< PATObjType >::overlapTests_, and pat::PATCleaner< PATObjType >::src_.

64  :
65  src_(iConfig.getParameter<edm::InputTag>("src")),
66  preselectionCut_(iConfig.getParameter<std::string>("preselection")),
67  finalCut_(iConfig.getParameter<std::string>("finalCut"))
68 {
69  // pick parameter set for overlaps
70  edm::ParameterSet overlapPSet = iConfig.getParameter<edm::ParameterSet>("checkOverlaps");
71  // get all the names of the tests (all nested PSets in this PSet)
72  std::vector<std::string> overlapNames = overlapPSet.getParameterNamesForType<edm::ParameterSet>();
73  // loop on them
74  for (std::vector<std::string>::const_iterator itn = overlapNames.begin(); itn != overlapNames.end(); ++itn) {
75  // retrieve configuration
76  edm::ParameterSet cfg = overlapPSet.getParameter<edm::ParameterSet>(*itn);
77  // skip empty parameter sets
78  if (cfg.empty()) continue;
79  // get the name of the algorithm to use
80  std::string algorithm = cfg.getParameter<std::string>("algorithm");
81  // create the appropriate OverlapTest
82  if (algorithm == "byDeltaR") {
83  overlapTests_.push_back(new pat::helper::BasicOverlapTest(*itn, cfg));
84  } else if (algorithm == "bySuperClusterSeed") {
85  overlapTests_.push_back(new pat::helper::OverlapBySuperClusterSeed(*itn, cfg));
86  } else {
87  throw cms::Exception("Configuration") << "PATCleaner for " << src_ << ": unsupported algorithm '" << algorithm << "'\n";
88  }
89  }
90 
91 
92  produces<std::vector<PATObjType> >();
93 }
T getParameter(std::string const &) const
bool empty() const
Definition: ParameterSet.h:219
< trclass="colgroup">< tdclass="colgroup"colspan=5 > Ecal cluster collections</td ></tr >< tr >< td >< ahref="classreco_1_1BasicCluster.html"> reco::BasicCluster</a ></td >< td >< ahref="DataFormats_EgammaReco.html"> reco::BasicClusterCollection</a ></td >< td >< ahref="#"> hybridSuperClusters</a ></td >< tdclass="description"> Basic clusters reconstructed with hybrid algorithm(barrel only)</td >< td >S.Rahatlou</td ></tr >< tr >< td >< a href
boost::ptr_vector< OverlapTest > overlapTests_
Definition: PATCleaner.h:58
Selector finalCut_
Definition: PATCleaner.h:54
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
Definition: ParameterSet.h:195
Selector preselectionCut_
Definition: PATCleaner.h:53
edm::InputTag src_
Definition: PATCleaner.h:51
template<class PATObjType >
virtual pat::PATCleaner< PATObjType >::~PATCleaner ( )
inlinevirtual

Definition at line 44 of file PATCleaner.h.

44 {}

Member Function Documentation

template<class PATObjType >
void pat::PATCleaner< PATObjType >::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
virtual

Implements edm::EDProducer.

Definition at line 97 of file PATCleaner.h.

References edm::Event::getByLabel(), getGTfromDQMFile::obj, convertSQLitetoXML_cfg::output, analyzePatCOC_cfg::overlaps, and edm::Event::put().

97  {
98 
99  // Read the input. We use edm::View<> in case the input happes to be something different than a std::vector<>
101  iEvent.getByLabel(src_, candidates);
102 
103  // Prepare a collection for the output
104  std::auto_ptr< std::vector<PATObjType> > output(new std::vector<PATObjType>());
105 
106  // initialize the overlap tests
107  for (boost::ptr_vector<OverlapTest>::iterator itov = overlapTests_.begin(), edov = overlapTests_.end(); itov != edov; ++itov) {
108  itov->readInput(iEvent,iSetup);
109  }
110 
111  for (typename edm::View<PATObjType>::const_iterator it = candidates->begin(), ed = candidates->end(); it != ed; ++it) {
112  // Apply a preselection to the inputs and copy them in the output
113  if (!preselectionCut_(*it)) continue;
114 
115  // Add it to the list and take a reference to it, so it can be modified (e.g. to set the overlaps)
116  // If at some point I'll decide to drop this item, I'll use pop_back to remove it
117  output->push_back(*it);
118  PATObjType &obj = output->back();
119 
120  // Look for overlaps
121  bool badForOverlap = false;
122  for (boost::ptr_vector<OverlapTest>::iterator itov = overlapTests_.begin(), edov = overlapTests_.end(); itov != edov; ++itov) {
124  bool hasOverlap = itov->fillOverlapsForItem(obj, overlaps);
125  if (hasOverlap && itov->requireNoOverlaps()) {
126  badForOverlap = true; // mark for discarding
127  break; // no point in checking the others, as this item will be discarded
128  }
129  obj.setOverlaps(itov->name(), overlaps);
130  }
131  if (badForOverlap) { output->pop_back(); continue; }
132 
133  // Apply one final selection cut
134  if (!finalCut_(obj)) output->pop_back();
135  }
136 
137  iEvent.put(output);
138 }
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:81
boost::ptr_vector< OverlapTest > overlapTests_
Definition: PATCleaner.h:58
Selector finalCut_
Definition: PATCleaner.h:54
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:85
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:356
Selector preselectionCut_
Definition: PATCleaner.h:53
edm::InputTag src_
Definition: PATCleaner.h:51

Member Data Documentation

template<class PATObjType >
bool pat::PATCleaner< PATObjType >::doFinalCut_
private

Definition at line 52 of file PATCleaner.h.

template<class PATObjType >
bool pat::PATCleaner< PATObjType >::doPreselection_
private

Definition at line 52 of file PATCleaner.h.

template<class PATObjType >
Selector pat::PATCleaner< PATObjType >::finalCut_
private

Definition at line 54 of file PATCleaner.h.

template<class PATObjType >
boost::ptr_vector<OverlapTest> pat::PATCleaner< PATObjType >::overlapTests_
private

Definition at line 58 of file PATCleaner.h.

Referenced by pat::PATCleaner< PATObjType >::PATCleaner().

template<class PATObjType >
Selector pat::PATCleaner< PATObjType >::preselectionCut_
private

Definition at line 53 of file PATCleaner.h.

template<class PATObjType >
edm::InputTag pat::PATCleaner< PATObjType >::src_
private

Definition at line 51 of file PATCleaner.h.

Referenced by pat::PATCleaner< PATObjType >::PATCleaner().