CMS 3D CMS Logo

Public Member Functions | Private Member Functions | Private Attributes

fwlite::RunHistoryGetter Class Reference

#include <RunHistoryGetter.h>

Inheritance diagram for fwlite::RunHistoryGetter:
fwlite::HistoryGetterBase

List of all members.

Public Member Functions

const edm::ProcessHistoryhistory () const
 RunHistoryGetter (const Run *)
virtual ~RunHistoryGetter ()

Private Member Functions

const RunHistoryGetteroperator= (const RunHistoryGetter &)
 RunHistoryGetter (const RunHistoryGetter &)

Private Attributes

const fwlite::Runrun_

Detailed Description

Definition at line 27 of file RunHistoryGetter.h.


Constructor & Destructor Documentation

RunHistoryGetter::RunHistoryGetter ( const Run run)

Definition at line 23 of file RunHistoryGetter.cc.

References DTTTrigCorrFirst::run, and run_.

                                                     {
        run_ = run;
    }
RunHistoryGetter::~RunHistoryGetter ( ) [virtual]

Definition at line 27 of file RunHistoryGetter.cc.

{}
fwlite::RunHistoryGetter::RunHistoryGetter ( const RunHistoryGetter ) [private]

Member Function Documentation

const edm::ProcessHistory & RunHistoryGetter::history ( ) const [virtual]

Implements fwlite::HistoryGetterBase.

Definition at line 32 of file RunHistoryGetter.cc.

References fwlite::Run::history(), and run_.

                                                             {
        return run_->history();
    }
const RunHistoryGetter& fwlite::RunHistoryGetter::operator= ( const RunHistoryGetter ) [private]

Member Data Documentation

Definition at line 41 of file RunHistoryGetter.h.

Referenced by history(), and RunHistoryGetter().