#include <iostream>
#include <string>
#include "lcio.h"
#include "UTIL/LCFixedObject.h"
Go to the source code of this file.
|
| tpcconddata |
| Namespace for the TPCCondData Package: Provides TPC condition data objects for lccd.
|
|
|
std::ostream & | tpcconddata::operator<< (std::ostream &os, const ExtendedAltroParameters &p) |
| Writes to stream the summary of the data. More...
|
|
bool | tpcconddata::operator== (const ExtendedAltroParameters &first, const ExtendedAltroParameters &second) |
| Comparison operator that compares 1-1 all the internal data. More...
|
|
bool | tpcconddata::operator!= (const ExtendedAltroParameters &first, const ExtendedAltroParameters &second) |
|