CMS 3D CMS Logo

SurveyOutput.h
Go to the documentation of this file.
1 #ifndef Alignment_SurveyAnalysis_SurveyOutput_h
2 #define Alignment_SurveyAnalysis_SurveyOutput_h
3 
13 #include <vector>
14 
15 #include "TFile.h"
16 
18 
19 class Alignable;
20 
22 {
23  public:
24 
26  const std::string& fileName
27  );
28 
30  void write(
31  unsigned int iter // iteration number
32  );
33 
34  private:
35 
37 
38  TFile theFile;
39 };
40 
41 #endif
const align::Alignables & theAlignables
Definition: SurveyOutput.h:36
void write(unsigned int iter)
write out variables
Definition: SurveyOutput.cc:17
SurveyOutput(const align::Alignables &, const std::string &fileName)
Definition: SurveyOutput.cc:10
std::vector< Alignable * > Alignables
Definition: Utilities.h:32