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 
21 class SurveyOutput {
22 public:
24 
26  void write(unsigned int iter // iteration number
27  );
28 
29 private:
31 
32  TFile theFile;
33 };
34 
35 #endif
const align::Alignables & theAlignables
Definition: SurveyOutput.h:30
void write(unsigned int iter)
write out variables
Definition: SurveyOutput.cc:13
SurveyOutput(const align::Alignables &, const std::string &fileName)
Definition: SurveyOutput.cc:10
std::vector< Alignable * > Alignables
Definition: Utilities.h:31