CMS 3D CMS Logo

Classes | Namespaces | Typedefs

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/PatCandidates/interface/TriggerPath.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::TriggerPath
 Analysis-level HLTrigger path class. More...

Namespaces

namespace  pat

Typedefs

typedef std::pair< bool,
std::string > 
pat::L1Seed
 Pair to store decision and name of L1 seeds.
typedef std::vector< L1Seed > pat::L1SeedCollection
 Collection of L1Seed.
typedef std::vector< TriggerPath > pat::TriggerPathCollection
 Collection of TriggerPath.
typedef edm::Ref
< TriggerPathCollection > 
pat::TriggerPathRef
 Persistent reference to an item in a TriggerPathCollection.
typedef edm::RefProd
< TriggerPathCollection > 
pat::TriggerPathRefProd
 Persistent reference to a TriggerPathCollection product.
typedef edm::RefVector
< TriggerPathCollection > 
pat::TriggerPathRefVector
 Vector of persistent references to items in the same TriggerPathCollection.
typedef edm::RefVectorIterator
< TriggerPathCollection > 
pat::TriggerPathRefVectorIterator
 Const iterator over vector of persistent references to items in the same TriggerPathCollection.