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

TreePID Class Reference

Calculate PID from Tree or Cut methods and perform classification. More...

#include <TreePID.h>

List of all members.

Public Member Functions

 TreePID ()
virtual ~TreePID ()
virtual void Draw (Option_t *option)
virtual void Print (Option_t *option) const
void Reset ()

Public Attributes

Int_t fPassBCuts
Int_t fCutPID
Int_t fCutPID1
Int_t fCutPID2
Int_t fCutPID3
Int_t fCutClass
Int_t fCutClass1
Int_t fCutClass2
Int_t fCutClass3

Private Member Functions

TreePIDoperator= (const TreePID &rhs)
 ClassDef (TreePID, 2)


Detailed Description

Calculate PID from Tree or Cut methods and perform classification.

Author: Mayly Sanchez (msanchez@physics.harvard.edu)

Version:
Revision
1.4
Date:
Date
2007/05/25 20:58:47
Created on: Thu Mar 16 19:26:32 2006

Id
TreePID.cxx,v 1.4 2007/05/25 20:58:47 msanchez Exp

Definition at line 25 of file TreePID.h.


Constructor & Destructor Documentation

TreePID::TreePID  ) 
 

Definition at line 25 of file TreePID.cxx.

00025                 :
00026     fPassBCuts(ANtpDefVal::kInt),
00027     fCutPID(ANtpDefVal::kInt),
00028     fCutPID1(ANtpDefVal::kInt),
00029     fCutPID2(ANtpDefVal::kInt),
00030     fCutPID3(ANtpDefVal::kInt),
00031     fCutClass(ANtpDefVal::kInt),    
00032     fCutClass1(ANtpDefVal::kInt),
00033     fCutClass2(ANtpDefVal::kInt),
00034     fCutClass3(ANtpDefVal::kInt)
00035 {}

TreePID::~TreePID  )  [virtual]
 

Definition at line 37 of file TreePID.cxx.

00038 {}


Member Function Documentation

TreePID::ClassDef TreePID  ,
[private]
 

void TreePID::Draw Option_t *  option  )  [virtual]
 

Definition at line 40 of file TreePID.cxx.

00041 {}

TreePID& TreePID::operator= const TreePID rhs  )  [private]
 

void TreePID::Print Option_t *  option  )  const [virtual]
 

Definition at line 43 of file TreePID.cxx.

00044 {}

void TreePID::Reset  ) 
 

Definition at line 46 of file TreePID.cxx.

References fCutClass, fCutClass1, fCutClass2, fCutClass3, fCutPID, fCutPID1, fCutPID2, fCutPID3, and fPassBCuts.

Referenced by NueRecord::Reset().

00047 {
00048     fPassBCuts=ANtpDefVal::kInt;
00049     fCutPID=ANtpDefVal::kInt;
00050     fCutPID1=ANtpDefVal::kInt;
00051     fCutPID2=ANtpDefVal::kInt;
00052     fCutPID3=ANtpDefVal::kInt;
00053     fCutClass=ANtpDefVal::kInt;
00054     fCutClass1=ANtpDefVal::kInt;
00055     fCutClass2=ANtpDefVal::kInt;
00056     fCutClass3=ANtpDefVal::kInt;
00057 }


Member Data Documentation

Int_t TreePID::fCutClass
 

Definition at line 45 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fCutClass1
 

Definition at line 46 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fCutClass2
 

Definition at line 47 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fCutClass3
 

Definition at line 48 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fCutPID
 

Definition at line 40 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), NueMiniAnaPID::FillMini(), NueMiniAnaPID::FillRecord(), NueData::FillRecord(), NueStandard::GetPIDValue(), NueModule::PassesBlindingCuts(), and Reset().

Int_t TreePID::fCutPID1
 

Definition at line 41 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fCutPID2
 

Definition at line 42 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fCutPID3
 

Definition at line 43 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().

Int_t TreePID::fPassBCuts
 

Definition at line 39 of file TreePID.h.

Referenced by TreePIDAna::Analyze(), and Reset().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:10:24 2010 for loon by  doxygen 1.3.9.1