1 #ifndef PhysicsTools_MVAComputer_AtomicId_h
2 #define PhysicsTools_MVAComputer_AtomicId_h
17 namespace PhysicsTools {
43 {
string = orig.
string;
return *
this; }
46 inline operator const char *()
const throw()
50 inline operator bool()
const throw()
51 {
return string != 0; }
66 static const char *
lookup(
const char *
arg)
throw();
73 {
return os << (
const char*)
id; }
77 #endif // PhysicsTools_MVAComputer_AtomicId_h
U second(std::pair< T, U > const &p)