Main Page   Class Hierarchy   Compound List   File List   Compound Members  

constant.h

00001 #ifndef PARTICLE_CLASS_CONSTANT_H
00002 #define PARTICLE_CLASS_CONSTANT_H
00003 
00004 //concerning "usable" of particle calss
00005 const unsigned UNUSABLE = 0;
00006 const unsigned USABLE   = 1;
00007 
00008 // PID: Isolation
00009 const unsigned PID_BIT_MUON = (1 << 0);
00010 const unsigned PID_BIT_ELEC = (1 << 1);
00011 const unsigned PID_BIT_GAMM = (1 << 2);
00012 const unsigned PID_BIT_ISOMUON = (1 << 3);
00013 const unsigned PID_BIT_ISOELEC = (1 << 4);
00014 const unsigned PID_BIT_ISOGAMM = (1 << 5);
00015 const unsigned PID_BIT_JET = (1 << 6);
00016 
00017 #endif // PARTICLE_CLASS_CONSTANT_H

Generated on Tue Apr 13 13:25:32 2004 for ATLAS JAPAN by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002