Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MinosCompactEvent.cxx File Reference

#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


Function Documentation

bool hasphysics const int  x  ) 
 

Definition at line 57 of file MinosCompactEvent.cxx.

00057                             {
00058   return  ( (x&0x01)==1 );
00059 }

bool hasxtalk const int  x  ) 
 

Definition at line 61 of file MinosCompactEvent.cxx.

00061                           {
00062   return ( (x&0x08)==8 );
00063 }


Variable Documentation

const float FD_PE_TO_SIGCOR_RATIO = 0.01286 [static]
 

Definition at line 54 of file MinosCompactEvent.cxx.

const float FN_SIGMAP_RATIO = 0.841686465 [static]
 

Definition at line 51 of file MinosCompactEvent.cxx.

const float MEAN_ATTEN = 0.326 [static]
 

Definition at line 46 of file MinosCompactEvent.cxx.

const float ND_CORRECTION = 1. [static]
 

Definition at line 47 of file MinosCompactEvent.cxx.

const float ND_PE_TO_SIGCOR_RATIO = 0.00802 [static]
 

Definition at line 55 of file MinosCompactEvent.cxx.

const int PLANE_WINDOW = 5
 

Definition at line 43 of file MinosCompactEvent.cxx.

const float REFLECTIVITY = 0.8 [static]
 

Definition at line 48 of file MinosCompactEvent.cxx.

const int STRIP_WINDOW = 5
 

Definition at line 44 of file MinosCompactEvent.cxx.


Generated on Mon Feb 15 11:08:03 2010 for loon by  doxygen 1.3.9.1