CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs
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

 pat
 

Typedefs

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