CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDbASCIIIO.h
Go to the documentation of this file.
1 //
2 // F.Ratnikov (UMd), Jul. 19, 2005
3 //
4 #ifndef HcalDbASCIIIO_h
5 #define HcalDbASCIIIO_h
6 
7 #include <iostream>
8 
11 
38 namespace HcalDbASCIIIO {
39  bool getObject (std::istream& fInput, HcalPedestals* fObject);
40  bool dumpObject (std::ostream& fOutput, const HcalPedestals& fObject);
41  bool getObject (std::istream& fInput, HcalPedestalWidths* fObject);
42  bool dumpObject (std::ostream& fOutput, const HcalPedestalWidths& fObject);
43  bool getObject (std::istream& fInput, HcalGains* fObject);
44  bool dumpObject (std::ostream& fOutput, const HcalGains& fObject);
45  bool getObject (std::istream& fInput, HcalGainWidths* fObject);
46  bool dumpObject (std::ostream& fOutput, const HcalGainWidths& fObject);
47  bool getObject (std::istream& fInput, HcalQIEData* fObject);
48  bool dumpObject (std::ostream& fOutput, const HcalQIEData& fObject);
49  bool getObject (std::istream& fInput, HcalCalibrationQIEData* fObject);
50  bool dumpObject (std::ostream& fOutput, const HcalCalibrationQIEData& fObject);
51  bool getObject (std::istream& fInput, HcalElectronicsMap* fObject);
52  bool dumpObject (std::ostream& fOutput, const HcalElectronicsMap& fObject);
53  bool getObject (std::istream& fInput, HcalChannelQuality* fObject);
54  bool dumpObject (std::ostream& fOutput, const HcalChannelQuality& fObject);
55  bool getObject (std::istream& fInput, HcalRespCorrs* fObject);
56  bool dumpObject (std::ostream& fOutput, const HcalRespCorrs& fObject);
57  bool getObject (std::istream& fInput, HcalLUTCorrs* fObject);
58  bool dumpObject (std::ostream& fOutput, const HcalLUTCorrs& fObject);
59  bool getObject (std::istream& fInput, HcalPFCorrs* fObject);
60  bool dumpObject (std::ostream& fOutput, const HcalPFCorrs& fObject);
61  bool getObject (std::istream& fInput, HcalTimeCorrs* fObject);
62  bool dumpObject (std::ostream& fOutput, const HcalTimeCorrs& fObject);
63  bool getObject (std::istream& fInput, HcalZSThresholds* fObject);
64  bool dumpObject (std::ostream& fOutput, const HcalZSThresholds& fObject);
65  bool getObject (std::istream& fInput, HcalL1TriggerObjects* fObject);
66  bool dumpObject (std::ostream& fOutput, const HcalL1TriggerObjects& fObject);
67 
68  bool getObject (std::istream& fInput, HcalValidationCorrs* fObject);
69  bool dumpObject (std::ostream& fOutput, const HcalValidationCorrs& fObject);
70  bool getObject (std::istream& fInput, HcalLutMetadata* fObject);
71  bool dumpObject (std::ostream& fOutput, const HcalLutMetadata& fObject);
72  bool getObject (std::istream& fInput, HcalDcsValues* fObject);
73  bool dumpObject (std::ostream& fOutput, const HcalDcsValues& fObject);
74  bool getObject (std::istream& fInput, HcalDcsMap* fObject);
75  bool dumpObject (std::ostream& fOutput, const HcalDcsMap& fObject);
76 
77  bool getObject (std::istream& fInput, HcalRecoParams* fObject);
78  bool dumpObject (std::ostream& fOutput, const HcalRecoParams& fObject);
79  bool getObject (std::istream& fInput, HcalLongRecoParams* fObject);
80  bool dumpObject (std::ostream& fOutput, const HcalLongRecoParams& fObject);
81 
82  bool getObject (std::istream& fInput, HcalTimingParams* fObject);
83  bool dumpObject (std::ostream& fOutput, const HcalTimingParams& fObject);
84 
85  bool getObject (std::istream& fInput, HcalMCParams* fObject);
86  bool dumpObject (std::ostream& fOutput, const HcalMCParams& fObject);
87 
88  bool getObject (std::istream& fInput, HcalCholeskyMatrices* fObject);
89  bool dumpObject (std::ostream& fOutput, const HcalCholeskyMatrices& fObject);
90  bool getObject (std::istream& fInput, HcalCovarianceMatrices* fObject);
91  bool dumpObject (std::ostream& fOutput, const HcalCovarianceMatrices& fObject);
92  // Getting/Dumping Hcal Flag information
93  bool getObject (std::istream& fInput, HcalFlagHFDigiTimeParams* fObject);
94  bool dumpObject (std::ostream& fOutput, const HcalFlagHFDigiTimeParams& fObject);
95 
96  DetId getId (const std::vector <std::string> & items);
97  void dumpId (std::ostream& fOutput, DetId id);
98  void dumpIdShort (std::ostream& fOutput, DetId id);
99 }
100 #endif
void dumpIdShort(std::ostream &fOutput, DetId id)
void dumpId(std::ostream &fOutput, DetId id)
IO for ASCII instances of Hcal Calibrations.
Definition: DetId.h:18
bool getObject(std::istream &fInput, HcalPedestals *fObject)
DetId getId(const std::vector< std::string > &items)
bool dumpObject(std::ostream &fOutput, const HcalPedestals &fObject)