TPCCondData
|
#include <iostream>
#include <string>
#include <utility>
#include "lcio.h"
#include "UTIL/LCFixedObject.h"
Go to the source code of this file.
Classes | |
class | tpcconddata::Pedestal |
Class that combines information on pedestals for storage. More... | |
Namespaces | |
tpcconddata | |
Namespace for the TPCCondData Package: Provides TPC condition data objects for lccd. | |
Macros | |
#define | PedestalNINTVals 2 |
#define | PedestalNFLOATVals 2 |
#define | PedestalNDOUBLEVals 0 |
Typedefs | |
typedef Pedestal | tpcconddata::LCPedestal |
Functions | |
std::ostream & | tpcconddata::operator<< (std::ostream &os, const Pedestal &p) |
#define PedestalNDOUBLEVals 0 |
Definition at line 15 of file Pedestal.h.
#define PedestalNFLOATVals 2 |
Definition at line 14 of file Pedestal.h.
#define PedestalNINTVals 2 |
Definition at line 13 of file Pedestal.h.