Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
SurveyAnalysis
interface
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
17
class
Alignable
;
18
19
class
SurveyOutput
20
{
21
public
:
22
23
SurveyOutput
(
24
const
std::vector<Alignable*>&,
25
const
std::string
&
fileName
26
);
27
29
void
write
(
30
unsigned
int
iter
// iteration number
31
);
32
33
private
:
34
35
const
std::vector<Alignable*>&
theAlignables
;
36
37
TFile
theFile
;
38
};
39
40
#endif
Alignable
Definition:
Alignable.h:29
SurveyOutput::theAlignables
const std::vector< Alignable * > & theAlignables
Definition:
SurveyOutput.h:35
SurveyOutput::write
void write(unsigned int iter)
write out variables
Definition:
SurveyOutput.cc:17
SurveyOutput::theFile
TFile theFile
Definition:
SurveyOutput.h:37
convertXMLtoSQLite_cfg.fileName
tuple fileName
Definition:
convertXMLtoSQLite_cfg.py:12
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
SurveyOutput::SurveyOutput
SurveyOutput(const std::vector< Alignable * > &, const std::string &fileName)
Definition:
SurveyOutput.cc:10
SurveyOutput
Definition:
SurveyOutput.h:19
Generated for CMSSW Reference Manual by
1.8.5