CMS 3D CMS Logo

HLTGetRaw Class Reference

This class is an EDAnalyzer implementing a "get data into RAM" functionality for RAW, to simulate online FF running/timimg. More...

#include <HLTrigger/HLTanalyzers/interface/HLTGetRaw.h>

Inheritance diagram for HLTGetRaw:

edm::EDAnalyzer

List of all members.

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &)
 HLTGetRaw (const edm::ParameterSet &)
 ~HLTGetRaw ()

Private Attributes

edm::InputTag RawDataCollection_


Detailed Description

This class is an EDAnalyzer implementing a "get data into RAM" functionality for RAW, to simulate online FF running/timimg.

See header file for documentation.

Date
2007/04/20 06:58:26
Revision
1.1

Author:
various
Date
2007/05/02 07:02:22
Revision
1.2

Author:
various

Definition at line 25 of file HLTGetRaw.h.


Constructor & Destructor Documentation

HLTGetRaw::HLTGetRaw ( const edm::ParameterSet ps  )  [explicit]

Definition at line 35 of file HLTGetRaw.cc.

References edm::ParameterSet::getParameter(), and RawDataCollection_.

00036 {
00037   RawDataCollection_ = ps.getParameter<edm::InputTag>("RawDataCollection");
00038 }

HLTGetRaw::~HLTGetRaw (  ) 

Definition at line 40 of file HLTGetRaw.cc.

00041 { }


Member Function Documentation

void HLTGetRaw::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
) [virtual]

Implements edm::EDAnalyzer.

Definition at line 49 of file HLTGetRaw.cc.

References edm::Event::getByLabel(), LogDebug, and RawDataCollection_.

00050 {
00051 //    using namespace edm;
00052 
00053     edm::Handle<FEDRawDataCollection> RawDataHandle ; 
00054     iEvent.getByLabel(RawDataCollection_, RawDataHandle );
00055 
00056     LogDebug("DigiInfo") << "Loaded Raw Data Collection: " << RawDataCollection_ ; 
00057 
00058     
00059 }


Member Data Documentation

edm::InputTag HLTGetRaw::RawDataCollection_ [private]

Definition at line 33 of file HLTGetRaw.h.

Referenced by analyze(), and HLTGetRaw().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:24:30 2009 for CMSSW by  doxygen 1.5.4