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 | Private Attributes
ObjectViewCleaner< T > Class Template Reference
Inheritance diagram for ObjectViewCleaner< T >:
edm::EDProducer edm::stream::EDProducer< edm::GlobalCache< Counters > > edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

void endJob () override
 
 ObjectViewCleaner (const edm::ParameterSet &iConfig)
 
void produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override
 
 ~ObjectViewCleaner () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () override
 
- 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 ()
 
std::vector
< edm::ProductResolverIndex >
const & 
putTokenIndexToProductResolverIndex () const
 
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, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) 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)
 
- Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< Counters > >
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
const EDProduceroperator= (const EDProducer &)=delete
 

Private Attributes

double deltaRMin_
 
std::string moduleLabel_
 
unsigned int nObjectsClean_
 
unsigned int nObjectsTot_
 
StringCutObjectSelector< T, true > objKeepCut_
 
StringCutObjectSelector
< reco::Candidate, true > 
objRemoveCut_
 
edm::EDGetTokenT< edm::View< T > > srcCandsToken_
 
std::vector< edm::EDGetTokenT
< edm::View< reco::Candidate > > > 
srcObjectsTokens_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< Counters > >
using CacheTypes = CacheContexts< T...>
 
using GlobalCache = typename CacheTypes::GlobalCache
 
using HasAbility = AbilityChecker< T...>
 
using InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache
 
using LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache
 
using LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache >
 
using LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache
 
using RunCache = typename CacheTypes::RunCache
 
using RunContext = RunContextT< RunCache, GlobalCache >
 
using RunSummaryCache = typename CacheTypes::RunSummaryCache
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- 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<typename T>
class ObjectViewCleaner< T >

Definition at line 53 of file ObjectViewCleaner.cc.

Constructor & Destructor Documentation

template<typename T >
ObjectViewCleaner< T >::ObjectViewCleaner ( const edm::ParameterSet iConfig)

Definition at line 86 of file ObjectViewCleaner.cc.

References GlobalPosition_Frontier_DevDB_cff::tag.

89  iConfig.getParameter<vector<edm::InputTag>>("srcObjectsToRemove"),
90  [this](edm::InputTag const& tag) { return consumes<edm::View<reco::Candidate>>(tag); })),
edm::EDGetTokenT< edm::View< T > > srcCandsToken_
auto vector_transform(std::vector< InputType > const &input, Function predicate) -> std::vector< typename std::remove_cv< typename std::remove_reference< decltype(predicate(input.front()))>::type >::type >
Definition: transform.h:11
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
std::vector< edm::EDGetTokenT< edm::View< reco::Candidate > > > srcObjectsTokens_
template<typename T >
ObjectViewCleaner< T >::~ObjectViewCleaner ( )
override

Definition at line 108 of file ObjectViewCleaner.cc.

108 {}

Member Function Documentation

template<typename T >
void ObjectViewCleaner< T >::endJob ( void  )
overridevirtual

Reimplemented from edm::EDProducer.

Definition at line 160 of file ObjectViewCleaner.cc.

References moduleLabel_(), and contentValuesCheck::ss.

160  {
161  stringstream ss;
162  ss << "nObjectsTot=" << nObjectsTot_ << " nObjectsClean=" << nObjectsClean_
163  << " fObjectsClean=" << 100. * (nObjectsClean_ / (double)nObjectsTot_) << "%\n";
164  edm::LogInfo("ObjectViewCleaner") << "++++++++++++++++++++++++++++++++++++++++++++++++++"
165  << "\n"
166  << moduleLabel_ << "(ObjectViewCleaner) SUMMARY:\n"
167  << ss.str() << "++++++++++++++++++++++++++++++++++++++++++++++++++";
168 }
unsigned int nObjectsTot_
unsigned int nObjectsClean_
Log< level::Info, false > LogInfo
std::string moduleLabel_
template<typename T >
void ObjectViewCleaner< T >::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 116 of file ObjectViewCleaner.cc.

References HLT_FULL_cff::candidates, reco::deltaR(), HLT_FULL_cff::deltaR, deltaRMin_(), edm::Event::getByToken(), eostools::move(), getGTfromDQMFile::obj, hgcalPerformanceValidation::objects, and edm::Event::put().

116  {
117  auto cleanObjects = std::make_unique<edm::RefToBaseVector<T>>();
118 
120  iEvent.getByToken(srcCandsToken_, candidates);
121 
122  bool* isClean = new bool[candidates->size()];
123  for (unsigned int iObject = 0; iObject < candidates->size(); iObject++)
124  isClean[iObject] = true;
125 
126  for (unsigned int iSrc = 0; iSrc < srcObjectsTokens_.size(); iSrc++) {
128  iEvent.getByToken(srcObjectsTokens_[iSrc], objects);
129 
130  for (unsigned int iObject = 0; iObject < candidates->size(); iObject++) {
131  const T& candidate = candidates->at(iObject);
132  if (!objKeepCut_(candidate))
133  isClean[iObject] = false;
134 
135  for (unsigned int iObj = 0; iObj < objects->size(); iObj++) {
136  const reco::Candidate& obj = objects->at(iObj);
137  if (!objRemoveCut_(obj))
138  continue;
139 
140  double deltaR = reco::deltaR(candidate, obj);
141  if (deltaR < deltaRMin_)
142  isClean[iObject] = false;
143  }
144  }
145  }
146 
147  for (unsigned int iObject = 0; iObject < candidates->size(); iObject++)
148  if (isClean[iObject])
149  cleanObjects->push_back(candidates->refAt(iObject));
150 
151  nObjectsTot_ += candidates->size();
152  nObjectsClean_ += cleanObjects->size();
153 
154  delete[] isClean;
155  iEvent.put(std::move(cleanObjects));
156 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
unsigned int nObjectsTot_
StringCutObjectSelector< reco::Candidate, true > objRemoveCut_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
unsigned int nObjectsClean_
edm::EDGetTokenT< edm::View< T > > srcCandsToken_
StringCutObjectSelector< T, true > objKeepCut_
def move
Definition: eostools.py:511
constexpr auto deltaR(const T1 &t1, const T2 &t2) -> decltype(t1.eta())
Definition: deltaR.h:30
long double T
std::vector< edm::EDGetTokenT< edm::View< reco::Candidate > > > srcObjectsTokens_

Member Data Documentation

template<typename T >
double ObjectViewCleaner< T >::deltaRMin_
private

Definition at line 67 of file ObjectViewCleaner.cc.

template<typename T >
std::string ObjectViewCleaner< T >::moduleLabel_
private
template<typename T >
unsigned int ObjectViewCleaner< T >::nObjectsClean_
private

Definition at line 75 of file ObjectViewCleaner.cc.

template<typename T >
unsigned int ObjectViewCleaner< T >::nObjectsTot_
private

Definition at line 74 of file ObjectViewCleaner.cc.

template<typename T >
StringCutObjectSelector<T, true> ObjectViewCleaner< T >::objKeepCut_
private

Definition at line 71 of file ObjectViewCleaner.cc.

template<typename T >
StringCutObjectSelector<reco::Candidate, true> ObjectViewCleaner< T >::objRemoveCut_
private

Definition at line 72 of file ObjectViewCleaner.cc.

template<typename T >
edm::EDGetTokenT<edm::View<T> > ObjectViewCleaner< T >::srcCandsToken_
private

Definition at line 65 of file ObjectViewCleaner.cc.

template<typename T >
std::vector<edm::EDGetTokenT<edm::View<reco::Candidate> > > ObjectViewCleaner< T >::srcObjectsTokens_
private

Definition at line 66 of file ObjectViewCleaner.cc.