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