#include <AlignmentMonitorSurvey.h>
Public Member Functions | |
AlignmentMonitorSurvey (const edm::ParameterSet &) | |
virtual void | book () |
Book or retrieve histograms; MUST be reimplemented. More... | |
virtual void | event (const edm::Event &, const edm::EventSetup &, const ConstTrajTrackPairCollection &) |
Called for each event (by "run()"): may be reimplemented. More... | |
Public Member Functions inherited from AlignmentMonitorBase | |
virtual void | afterAlignment (const edm::EventSetup &iSetup) |
AlignmentMonitorBase (const edm::ParameterSet &cfg, std::string name) | |
Constructor. More... | |
void | beginOfJob (AlignableTracker *pTracker, AlignableMuon *pMuon, AlignmentParameterStore *pStore) |
Called at beginning of job: don't reimplement. More... | |
void | duringLoop (const edm::Event &iEvent, const edm::EventSetup &iSetup, const ConstTrajTrackPairCollection &iTrajTracks) |
Called for each event: don't reimplement. More... | |
void | endOfJob () |
Called at end of processing: don't implement. More... | |
void | endOfLoop (const edm::EventSetup &iSetup) |
Called at end of loop: don't reimplement. More... | |
void | startingNewLoop () |
Called at beginning of loop: don't reimplement. More... | |
virtual | ~AlignmentMonitorBase () |
Destructor. More... | |
Private Attributes | |
std::vector< align::StructureType > | theLevels |
Additional Inherited Members | |
Public Types inherited from AlignmentMonitorBase | |
typedef std::pair< const Trajectory *, const reco::Track * > | ConstTrajTrackPair |
typedef std::vector < ConstTrajTrackPair > | ConstTrajTrackPairCollection |
Protected Member Functions inherited from AlignmentMonitorBase | |
TH1F * | book1D (std::string dir, std::string name, std::string title, int nchX, double lowX, double highX) |
TH2F * | book2D (std::string dir, std::string name, std::string title, int nchX, double lowX, double highX, int nchY, double lowY, double highY) |
TProfile * | bookProfile (std::string dir, std::string name, std::string title, int nchX, double lowX, double highX, int nchY=1, double lowY=0., double highY=0., const char *option="s") |
TFileDirectory * | directory (std::string dir) |
int | iteration () |
AlignableMuon * | pMuon () |
AlignableNavigator * | pNavigator () |
AlignmentParameterStore * | pStore () |
AlignableTracker * | pTracker () |
Protected Attributes inherited from AlignmentMonitorBase | |
const edm::InputTag | m_beamSpotTag |
Definition at line 20 of file AlignmentMonitorSurvey.h.
AlignmentMonitorSurvey::AlignmentMonitorSurvey | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 7 of file AlignmentMonitorSurvey.cc.
References edm::ParameterSet::getUntrackedParameter(), prof2calltree::l, AlignableObjectId::stringToId(), and theLevels.
|
virtual |
Book or retrieve histograms; MUST be reimplemented.
Implements AlignmentMonitorBase.
Definition at line 18 of file AlignmentMonitorSurvey.cc.
References AlignmentParameterStore::alignables(), cond::ecalcond::all, AlignmentMonitorBase::directory(), i, Alignable::id(), prof2calltree::l, testEve_cfg::level, TFileDirectory::make(), AlignmentMonitorBase::pStore(), SurveyResidual::sensorResidual(), theLevels, and MainPageGenerator::tree.
|
inlinevirtual |
Called for each event (by "run()"): may be reimplemented.
Reimplemented from AlignmentMonitorBase.
Definition at line 29 of file AlignmentMonitorSurvey.h.
Referenced by Types.EventID::cppID(), core.AutoHandle.AutoHandle::Load(), and core.AutoHandle.AutoHandle::product().
|
private |
Definition at line 35 of file AlignmentMonitorSurvey.h.
Referenced by AlignmentMonitorSurvey(), and book().