CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
BPHRecoBuilder::BPHGenericCollection Class Referenceabstract

#include <BPHRecoBuilder.h>

Inheritance diagram for BPHRecoBuilder::BPHGenericCollection:
BPHRecoBuilder::BPHInterfaceCollection< BPHRecoBuilder::rcpV > BPHRecoBuilder::BPHInterfaceCollection< T > BPHRecoBuilder::BPHSpecificCollection< BPHRecoBuilder::rcpV > BPHRecoBuilder::BPHSpecificCollection< T >

Public Member Functions

 BPHGenericCollection (const std::string &list)
 
virtual const reco::Candidateget (int i) const =0
 
const std::string & searchList () const
 
virtual int size () const =0
 
virtual ~BPHGenericCollection ()
 

Private Attributes

std::string sList
 

Detailed Description

Operations

Definition at line 70 of file BPHRecoBuilder.h.

Constructor & Destructor Documentation

◆ BPHGenericCollection()

BPHRecoBuilder::BPHGenericCollection::BPHGenericCollection ( const std::string &  list)
inline

Definition at line 72 of file BPHRecoBuilder.h.

72 : sList(list) {}

◆ ~BPHGenericCollection()

virtual BPHRecoBuilder::BPHGenericCollection::~BPHGenericCollection ( )
inlinevirtual

Definition at line 73 of file BPHRecoBuilder.h.

73 {}

Member Function Documentation

◆ get()

virtual const reco::Candidate& BPHRecoBuilder::BPHGenericCollection::get ( int  i) const
pure virtual

◆ searchList()

const std::string& BPHRecoBuilder::BPHGenericCollection::searchList ( ) const
inline

Definition at line 76 of file BPHRecoBuilder.h.

76 { return sList; }

References sList.

◆ size()

virtual int BPHRecoBuilder::BPHGenericCollection::size ( ) const
pure virtual

Member Data Documentation

◆ sList

std::string BPHRecoBuilder::BPHGenericCollection::sList
private

Definition at line 79 of file BPHRecoBuilder.h.

Referenced by searchList().

BPHRecoBuilder::BPHGenericCollection::sList
std::string sList
Definition: BPHRecoBuilder.h:79
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