#include <cassert>#include <string>#include <sstream>#include "TMath.h"#include <cmath>#include "MessageService/MsgService.h"#include "AtNuEvent/AtmosEvent.h"#include "AtNuEvent/AtmosScintHit.h"#include "AtNuEvent/AtmosStrip.h"#include "AtNuEvent/AtmosMC.h"#include "AtNuUtils/UtilMisc.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: UtilMisc.cxx,v 1.5 2008/04/04 21:50:46 bspeak Exp $") | |
Variables | |
| const double | C45 = TMath::Sqrt(2.) / 2. |
| const double | SinSq2Th = 0.95 |
| const double | SinSq2ThHi = 1.0 |
| const double | SinSq2ThLo = 0.9 |
| const double | DMSq = 0.0021 |
| const double | DMSqHi = 0.003 |
| const double | DMSqLo = 0.0015 |
| const double | REarth = 6371.0 |
| const double | RMine = 6360.0 |
| const double | SM1EdgesZ [2] = { 0.00, 14.75} |
| const double | SM2EdgesZ [2] = {15.96, 29.94} |
| const double | HalfSideL = 4. / (1. + sqrt(2.)) |
|
||||||||||||
|
|
|
|
Definition at line 20 of file UtilMisc.cxx. |
|
|
Definition at line 26 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 27 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 28 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 141 of file UtilMisc.cxx. |
|
|
Definition at line 30 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 31 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 22 of file UtilMisc.cxx. |
|
|
Definition at line 23 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 24 of file UtilMisc.cxx. Referenced by UtilMisc::OscProb(). |
|
|
Definition at line 139 of file UtilMisc.cxx. Referenced by UtilMisc::DetectorWall(). |
|
|
Definition at line 140 of file UtilMisc.cxx. Referenced by UtilMisc::DetectorWall(). |
1.3.9.1