/[PAMELA software]/calo/flight/CaloAxis/doc/README
ViewVC logotype

Contents of /calo/flight/CaloAxis/doc/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Mon Mar 2 09:26:19 2009 UTC (15 years, 9 months ago) by mocchiut
Branch: CaloAxis, MAIN
CVS Tags: start, v1r00, HEAD
Changes since 1.1: +0 -0 lines
Elena's source

1 This class is done to fit an axis throught the calorimeter hit.
2 It has to be applied to the x and y view independently.
3 The axis fitting routine is optimized for two purpose: to fit non interacting patterns and to fit interacting patterns.
4
5
6 USAGE:
7
8
9 float toll = 0.8; tolerance around the track
10
11 CaloAxis *cax = new CaloAxis();
12 cax->FitShower(event->GetCaloLevel1(), 0, toll); // non int.
13 cax->FitAxis(event->GetCaloLevel1(), 0, toll); // int.
14
15 CaloAxis *cay = new CaloAxis();
16 cay->FitShower(event->GetCaloLevel1(), 1, toll); // non int.
17 cay->FitAxis(event->GetCaloLevel1(), 1, toll); // non int.

  ViewVC Help
Powered by ViewVC 1.1.23