#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. |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 168 of file UtilStrip.cxx. References StripDList::TCIndex.
|
|
||||||||||||
|
Definition at line 158 of file UtilStrip.cxx. References StripDList::VecDStrip. 00158 {
00159 if(sdl1.VecDStrip.size() == 0 ||
00160 sdl2.VecDStrip.size() == 0) return false;
00161 return(sdl1.VecDStrip[0].Disp < sdl2.VecDStrip[0].Disp);
00162 }
|
|
||||||||||||
|
Definition at line 164 of file UtilStrip.cxx. References StripDList::TCIndex.
|
|
|
Definition at line 14 of file UtilStrip.cxx. |
1.3.9.1