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

NtpSRPlane Class Reference

#include <NtpSRPlane.h>

Inheritance diagram for NtpSRPlane:

NtpSRTrackPlane List of all members.

Public Member Functions

 NtpSRPlane ()
virtual ~NtpSRPlane ()
virtual std::ostream & Print (std::ostream &os) const
virtual void Print (Option_t *option="") const

Public Attributes

UShort_t n
UShort_t nu
UShort_t nv
UShort_t beg
UShort_t begu
UShort_t begv
UShort_t end
UShort_t endu
UShort_t endv

Constructor & Destructor Documentation

NtpSRPlane::NtpSRPlane  )  [inline]
 

Definition at line 24 of file NtpSRPlane.h.

References beg, begu, begv, end, endu, endv, n, nu, and nv.

00024               : n(0),nu(0),nv(0),beg(0),begu(0),begv(0),end(0),
00025     endu(0),endv(0) {}

virtual NtpSRPlane::~NtpSRPlane  )  [inline, virtual]
 

Definition at line 26 of file NtpSRPlane.h.

00026 {}


Member Function Documentation

void NtpSRPlane::Print Option_t *  option = ""  )  const [virtual]
 

Reimplemented in NtpSRTrackPlane.

Definition at line 33 of file NtpSRPlane.cxx.

References Print().

00033                                                    {
00034   //
00035   //  Purpose:  Print plane group data in form supported by TObject::Print.
00036   //
00037   //  Arguments: option (not used)
00038   //
00039 
00040   Print(std::cout);
00041   return;
00042 
00043 }

std::ostream & NtpSRPlane::Print std::ostream &  os  )  const [virtual]
 

Reimplemented in NtpSRTrackPlane.

Definition at line 20 of file NtpSRPlane.cxx.

References beg, begu, begv, end, endu, endv, n, nu, and nv.

Referenced by NtpSRTrackPlane::Print(), and Print().

00020                                                   {
00021   //
00022   //  Purpose:  Print plane group data on ostream.
00023   //
00024 
00025   os << "(n,beg,end) all:(" << n << "," << beg << "," << end << ")" 
00026      << " u:(" << nu << "," << begu <<"," << endu << ")" 
00027      << " v:(" << nv << "," << begv <<"," << endv << ")" << endl;
00028 
00029   return os;
00030 
00031 }


Member Data Documentation

UShort_t NtpSRPlane::beg
 

Definition at line 40 of file NtpSRPlane.h.

Referenced by FracVarAna::Analyze(), MadMKAnalysis::CreatePAN(), MadDpAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), ANtpInfoObjectFiller::FillEventInformation(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), ANtpInfoObjectFiller::FillShowerInformation(), ANtpInfoObjectFiller::FillTrackInformation(), MadBase::LoadLargestTrackFromEvent(), MadDpAnalysis::MakeMyFile(), NtpSRPlane(), MadQuantities::NumUninstPln(), MadCluAnalysis::PassBasicCuts(), MadDpAnalysis::PID(), MadCluAnalysis::PIDPlot(), and Print().

UShort_t NtpSRPlane::begu
 

Definition at line 41 of file NtpSRPlane.h.

Referenced by MadMKAnalysis::CreatePAN(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), NtpSRPlane(), and Print().

UShort_t NtpSRPlane::begv
 

Definition at line 42 of file NtpSRPlane.h.

Referenced by MadMKAnalysis::CreatePAN(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), NtpSRPlane(), and Print().

UShort_t NtpSRPlane::end
 

Definition at line 43 of file NtpSRPlane.h.

Referenced by FracVarAna::Analyze(), MadMKAnalysis::CreatePAN(), MadDpAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), ANtpInfoObjectFiller::FillEventInformation(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), ANtpInfoObjectFiller::FillShowerInformation(), ANtpInfoObjectFiller::FillTrackInformation(), MadBase::LoadLargestTrackFromEvent(), MadDpAnalysis::MakeMyFile(), NtpSRPlane(), MadQuantities::NumUninstPln(), MadCluAnalysis::PassBasicCuts(), MadDpAnalysis::PID(), MadCluAnalysis::PIDPlot(), and Print().

UShort_t NtpSRPlane::endu
 

Definition at line 44 of file NtpSRPlane.h.

Referenced by MadMKAnalysis::CreatePAN(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), NtpSRPlane(), and Print().

UShort_t NtpSRPlane::endv
 

Definition at line 45 of file NtpSRPlane.h.

Referenced by MadMKAnalysis::CreatePAN(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), NtpSRPlane(), and Print().

UShort_t NtpSRPlane::n
 

Definition at line 37 of file NtpSRPlane.h.

Referenced by NueReadTJPID::Ana(), ShwfitAna::Analyze(), FracVarAna::Analyze(), MadMKAnalysis::CreatePAN(), MadDpAnalysis::CreatePAN(), MadAnalysis::CreatePAN(), MadEdAnalysis::DataHist(), MadEdAnalysis::EvtLength(), ANtpInfoObjectFiller::FillEventInformation(), UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), ANtpShowerInfoAna::FillNueShowerInformation(), ANtpTrackInfoAna::FillNueTrackInformation(), ANtpInfoObjectFiller::FillShowerInformation(), ANtpInfoObjectFiller::FillTrackInformation(), NueDisplayModule::GetBasicInfo(), ANtpSnarlManipulator::GetPrimaryShower(), ANtpEventManipulator::GetPrimaryShower(), ANtpSnarlManipulator::GetPrimaryTrack(), ANtpEventManipulator::GetPrimaryTrack(), MadDpAnalysis::MakeMyFile(), MadCBSQEAnalysis::MakeQEFile(), MadQuantities::MakeVxBInfoFile(), MadEdAnalysis::MCHist(), MadEdAnalysis::MyCreatePAN(), MadEdAnalysis::MyCreatePANData(), MadEdAnalysis::MyMakeMyFile(), MadEdAnalysis::MyMakeQEFile(), NtpSRPlane(), MadCluAnalysis::PassBasicCuts(), EventFilter::PassesHiTrackCut(), EventFilter::PassesLoEventCut(), MadEdAnalysis::PID(), MadDpAnalysis::PID(), MadCluAnalysis::PIDPlot(), Print(), NueModule::Reco(), and MadEdAnalysis::Trkplanes().

UShort_t NtpSRPlane::nu
 

Definition at line 38 of file NtpSRPlane.h.

Referenced by UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), NtpSRPlane(), and Print().

UShort_t NtpSRPlane::nv
 

Definition at line 39 of file NtpSRPlane.h.

Referenced by UberModuleLite::FillNtpEvent(), NtpSRModule::FillNtpEvent(), NtpSRModule::FillNtpEventSummary(), UberModuleLite::FillNtpShower(), UberModule::FillNtpShower(), NtpSRModule::FillNtpShower(), NtpEMModule::FillNtpShower(), NtpSRModule::FillNtpSlice(), NtpEMModule::FillNtpSlice(), NtpEMModule::FillNtpSummary(), UberModuleLite::FillNtpTrack(), UberModule::FillNtpTrack(), NtpSRModule::FillNtpTrack(), NtpSRPlane(), and Print().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:57:25 2007 for loon by  doxygen 1.3.9.1