#include <iostream>#include <algorithm>#include <TCanvas.h>#include <TFile.h>#include <TH2F.h>#include <TH1F.h>#include "StandardNtuple/NtpStRecord.h"#include "CandNtupleSR/NtpSRRecord.h"#include "CandNtupleSR/NtpSREvent.h"#include "CandNtupleSR/NtpSRTrack.h"#include "CandNtupleSR/NtpSRStrip.h"#include "MessageService/MsgService.h"#include "NueAna/AngClusterAna.h"#include "AnalysisNtuples/ANtpDefaultValue.h"#include "NueAna/NueAnaTools/SntpHelpers.h"#include "VertexFinder/NtpVtxFinder/NtpVtxFinder.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: AngClusterAna.cxx,v 1.24 2007/06/06 15:35:30 boehm Exp $") | |
Variables | |
| const Float_t | kDetectorPitch = 0.05949 |
| const Float_t | kStripWidth = 0.041 |
| const Float_t | kMeuToGeV = 1.0 |
|
||||||||||||
|
class AngClusterAna NueAna package Purpose: Cluster 3D Hits using Cos(x) vs Cos(y) representations. Author: Alex Sousa <asousa@minos.phy.tufts.edu> Created on: Thu Apr 28 2005 |
|
|
Definition at line 40 of file AngClusterAna.cxx. Referenced by AngClusterAna::FindCluster(). |
|
|
Definition at line 43 of file AngClusterAna.cxx. |
|
|
Definition at line 41 of file AngClusterAna.cxx. |
1.3.9.1