#include "TMath.h"
#include "MessageService/MsgService.h"
#include "AtNuEvent/AtmosEvent.h"
#include "AtNuEvent/AtmosScintHit.h"
#include "AtNuEvent/AtmosStrip.h"
#include "AtNuEvent/AtmosMC.h"
#include "AtNuUtils/UtilStrip.h"
Go to the source code of this file.
Functions | |
CVSID ("$Id: UtilStrip.cxx,v 1.2 2006/07/19 22:41:29 gmieg Exp $") | |
bool | operator< (const StripDList &sdl1, const StripDList &sdl2) |
bool | operator== (const StripDList &sdl1, const StripDList &sdl2) |
bool | operator!= (const StripDList &sdl1, const StripDList &sdl2) |
Variables | |
const double | C45 = TMath::Sqrt(2.) / 2. |
CVSID | ( | "$Id: UtilStrip. | cxx, | |
v 1.2 2006/07/19 22:41:29 gmieg Exp $" | ||||
) |
bool operator!= | ( | const StripDList & | sdl1, | |
const StripDList & | sdl2 | |||
) |
Definition at line 168 of file UtilStrip.cxx.
References StripDList::TCIndex.
bool operator< | ( | const StripDList & | sdl1, | |
const StripDList & | sdl2 | |||
) |
Definition at line 158 of file UtilStrip.cxx.
References StripDList::VecDStrip.
bool operator== | ( | const StripDList & | sdl1, | |
const StripDList & | sdl2 | |||
) |
Definition at line 164 of file UtilStrip.cxx.
References StripDList::TCIndex.
const double C45 = TMath::Sqrt(2.) / 2. |
Definition at line 14 of file UtilStrip.cxx.