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
Alignable
Definition: Alignable.h:27
MillePedeFileConverter_cfg.fileName
fileName
Definition: MillePedeFileConverter_cfg.py:32
SurveyOutput
Definition: SurveyOutput.h:21
SurveyOutput::SurveyOutput
SurveyOutput(const align::Alignables &, const std::string &fileName)
Definition: SurveyOutput.cc:10
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
Utilities.h
align::Alignables
std::vector< Alignable * > Alignables
Definition: Utilities.h:31
SurveyOutput::write
void write(unsigned int iter)
write out variables
Definition: SurveyOutput.cc:13
SurveyOutput::theFile
TFile theFile
Definition: SurveyOutput.h:32
SurveyOutput::theAlignables
const align::Alignables & theAlignables
Definition: SurveyOutput.h:30