CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Attributes
BPHRecoBuilder::BPHInterfaceCollection< T > Class Template Reference
Inheritance diagram for BPHRecoBuilder::BPHInterfaceCollection< T >:
BPHRecoBuilder::BPHGenericCollection BPHRecoBuilder::BPHSpecificCollection< T >

Public Member Functions

 BPHInterfaceCollection (const T &c, const std::string &list)
 
int size () const override
 
 ~BPHInterfaceCollection () override
 
- Public Member Functions inherited from BPHRecoBuilder::BPHGenericCollection
 BPHGenericCollection (const std::string &list)
 
virtual const reco::Candidateget (int i) const =0
 
const std::string & searchList () const
 
virtual ~BPHGenericCollection ()
 

Protected Attributes

const TcPtr
 

Detailed Description

template<class T>
class BPHRecoBuilder::BPHInterfaceCollection< T >

Definition at line 147 of file BPHRecoBuilder.h.

Constructor & Destructor Documentation

◆ BPHInterfaceCollection()

template<class T>
BPHRecoBuilder::BPHInterfaceCollection< T >::BPHInterfaceCollection ( const T c,
const std::string &  list 
)
inline

Definition at line 149 of file BPHRecoBuilder.h.

◆ ~BPHInterfaceCollection()

template<class T>
BPHRecoBuilder::BPHInterfaceCollection< T >::~BPHInterfaceCollection ( )
inlineoverride

Definition at line 150 of file BPHRecoBuilder.h.

150 {}

Member Function Documentation

◆ size()

template<class T>
int BPHRecoBuilder::BPHInterfaceCollection< T >::size ( void  ) const
inlineoverridevirtual

Implements BPHRecoBuilder::BPHGenericCollection.

Definition at line 151 of file BPHRecoBuilder.h.

151 { return cPtr->size(); }

Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().

Member Data Documentation

◆ cPtr

template<class T>
const T* BPHRecoBuilder::BPHInterfaceCollection< T >::cPtr
protected
BPHRecoBuilder::BPHInterfaceCollection::cPtr
const T * cPtr
Definition: BPHRecoBuilder.h:154
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
list
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*", "!HLTx*" if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL. It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of "!*" before the partial wildcard feature was incorporated). Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run
BPHRecoBuilder::BPHGenericCollection::BPHGenericCollection
BPHGenericCollection(const std::string &list)
Definition: BPHRecoBuilder.h:72