SmallPMTData.cc
Go to the documentation of this file.
1 #include <utl/ErrorLogger.h>
2 #include <utl/AugerException.h>
3 #include <sevt/SmallPMTData.h>
4 
5 
6 namespace sevt {
7 
8  void
10  {
11  if (fCalibData)
12  ERROR("SmallPMTCalibData already present; not making");
13  else
15  }
16 
17 }
SPMT Calibration data.
#define ERROR(message)
Macro for logging error messages.
Definition: ErrorLogger.h:165
utl::ShadowPtr< SmallPMTCalibData > fCalibData
Definition: SmallPMTData.h:34

, generated on Tue Sep 26 2023.