CMS 3D CMS Logo

Classes | Namespaces | Typedefs

/data/refman/pasoursint/CMSSW_5_3_3/src/DataFormats/PatCandidates/interface/TriggerAlgorithm.h File Reference

#include <string>
#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefVectorIterator.h"

Go to the source code of this file.

Classes

class  pat::TriggerAlgorithm
 Analysis-level L1 trigger algorithm class. More...

Namespaces

namespace  pat

Typedefs

typedef std::vector
< TriggerAlgorithm > 
pat::TriggerAlgorithmCollection
 Collection of TriggerAlgorithm.
typedef edm::Ref
< TriggerAlgorithmCollection > 
pat::TriggerAlgorithmRef
 Persistent reference to an item in a TriggerAlgorithmCollection.
typedef edm::RefProd
< TriggerAlgorithmCollection > 
pat::TriggerAlgorithmRefProd
 Persistent reference to a TriggerAlgorithmCollection product.
typedef edm::RefVector
< TriggerAlgorithmCollection > 
pat::TriggerAlgorithmRefVector
 Vector of persistent references to items in the same TriggerAlgorithmCollection.
typedef edm::RefVectorIterator
< TriggerAlgorithmCollection > 
pat::TriggerAlgorithmRefVectorIterator
 Const iterator over vector of persistent references to items in the same TriggerAlgorithmCollection.