CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignmentMonitorSurvey.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignmentMonitor_AlignmentMonitorSurvey_H
2 #define Alignment_CommonAlignmentMonitor_AlignmentMonitorSurvey_H
3 
4 // Package: CommonAlignmentMonitor
5 // Class : AlignmentMonitorSurvey
6 //
7 // Store survey residuals in ROOT.
8 //
9 // Tree format is id:level:par[6].
10 // id: Alignable's ID (unsigned int).
11 // level: hierarchical level for which the survey residual is calculated (int).
12 // par[6]: survey residual (array of 6 doubles).
13 //
14 // Original Author: Nhan Tran
15 // Created: 10/8/07
16 // $Id: AlignmentMonitorSurvey.h,v 1.4 2008/02/22 01:21:45 cklae Exp $
17 
19 
22 {
23  public:
24 
26 
27  virtual void book();
28 
29  virtual void event(const edm::Event&,
30  const edm::EventSetup&,
32 
33  private:
34 
35  std::vector<align::StructureType> theLevels;
36 };
37 
38 #endif
std::vector< align::StructureType > theLevels
AlignmentMonitorSurvey(const edm::ParameterSet &)
std::vector< ConstTrajTrackPair > ConstTrajTrackPairCollection
virtual void book()
Book or retrieve histograms; MUST be reimplemented.
virtual void event(const edm::Event &, const edm::EventSetup &, const ConstTrajTrackPairCollection &)
Called for each event (by &quot;run()&quot;): may be reimplemented.