Enumerations | |
enum | Type { csc =0xC, dt = 0xD, rpc =0xE, omtf =0xF } |
Functions | |
std::ostream & | operator<< (std::ostream &out, const Type &o) |
template<typename T > | |
Type | type (const T &) |
template<> | |
Type | type< unsigned int > (const unsigned int &intType) |
template<> | |
Type | type< Word64 > (const Word64 &data) |
Enumerator | |
---|---|
csc | |
dt | |
rpc | |
omtf |
Definition at line 16 of file OmtfDataWord64.h.
std::ostream & omtf::DataWord64::operator<< | ( | std::ostream & | out, |
const Type & | o | ||
) |
Definition at line 4 of file OmtfDataWord64.cc.
References TauDecayModes::dec, dt, connectstrParser::o, MillePedeFileConverter_cfg::out, and rpc.
Referenced by type< unsigned int >().
Referenced by omtf::operator<<(), omtf::DtPacker::pack(), omtf::OmtfPacker::produce(), and omtf::OmtfUnpacker::produce().
|
inline |
Definition at line 19 of file OmtfDataWord64.h.
References reco::method::intType, connectstrParser::o, operator<<(), and MillePedeFileConverter_cfg::out.
|
inline |