#include "MinosCompactEvent.h"#include "MinosEvent.h"#include "MinosStrip.h"#include "AttenCorr.h"#include <iostream>#include <cassert>#include "ndstripcorrection.h"#include "CandNtupleSR/NtpSREvent.h"#include "CandNtupleSR/NtpSRTrack.h"#include "CandNtupleSR/NtpSRShower.h"#include "CandNtupleSR/NtpSRSlice.h"#include "CandNtupleSR/NtpSRStrip.h"#include "StandardNtuple/NtpStRecord.h"#include "MCNtuple/NtpMCTruth.h"#include "TruthHelperNtuple/NtpTHEvent.h"#include "TruthHelperNtuple/NtpTHStrip.h"#include "UgliGeometry/UgliGeomHandle.h"#include "Calibrator/Calibrator.h"#include "Calibrator/StripAttenCalScheme.h"#include "Calibrator/ValueErr.h"#include "NueAna/Module/XTalkFilter/XTalkFilter.h"Go to the source code of this file.
Functions | |
| bool | hasphysics (const int x) |
| bool | hasxtalk (const int x) |
Variables | |
| const int | PLANE_WINDOW = 5 |
| const int | STRIP_WINDOW = 5 |
| const float | MEAN_ATTEN = 0.326 |
| const float | ND_CORRECTION = 1. |
| const float | REFLECTIVITY = 0.8 |
| const float | FN_SIGMAP_RATIO = 0.841686465 |
| const float | FD_PE_TO_SIGCOR_RATIO = 0.01286 |
| const float | ND_PE_TO_SIGCOR_RATIO = 0.00802 |
|
|
Definition at line 57 of file MinosCompactEvent.cxx. 00057 {
00058 return ( (x&0x01)==1 );
00059 }
|
|
|
Definition at line 61 of file MinosCompactEvent.cxx. 00061 {
00062 return ( (x&0x08)==8 );
00063 }
|
|
|
Definition at line 54 of file MinosCompactEvent.cxx. |
|
|
Definition at line 51 of file MinosCompactEvent.cxx. |
|
|
Definition at line 46 of file MinosCompactEvent.cxx. |
|
|
Definition at line 47 of file MinosCompactEvent.cxx. |
|
|
Definition at line 55 of file MinosCompactEvent.cxx. |
|
|
Definition at line 43 of file MinosCompactEvent.cxx. |
|
|
Definition at line 48 of file MinosCompactEvent.cxx. |
|
|
Definition at line 44 of file MinosCompactEvent.cxx. |
1.3.9.1