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::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 69 of file BPHRecoBuilder.h.

Constructor & Destructor Documentation

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

Definition at line 71 of file BPHRecoBuilder.h.

71 : sList( 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
virtual BPHRecoBuilder::BPHGenericCollection::~BPHGenericCollection ( )
inlinevirtual

Definition at line 72 of file BPHRecoBuilder.h.

References mps_fire::i, and findQualityFiles::size.

72 {}

Member Function Documentation

virtual const reco::Candidate& BPHRecoBuilder::BPHGenericCollection::get ( int  i) const
pure virtual
const std::string& BPHRecoBuilder::BPHGenericCollection::searchList ( ) const
inline

Definition at line 75 of file BPHRecoBuilder.h.

Referenced by BPHRecoBuilder::build().

75 { return sList; }
virtual int BPHRecoBuilder::BPHGenericCollection::size ( ) const
pure virtual

Member Data Documentation

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

Definition at line 77 of file BPHRecoBuilder.h.