/[PAMELA software]/PamCut/TrkCuts/TrkChi2DeflCut/TrkChi2DeflEffCut/TrkChi2Defl75Cut.h
ViewVC logotype

Contents of /PamCut/TrkCuts/TrkChi2DeflCut/TrkChi2DeflEffCut/TrkChi2Defl75Cut.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri Feb 19 15:02:46 2010 UTC (14 years, 9 months ago) by pam-fi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
Removed (obsolete)

1 /*
2 * TrkChi2Defl75Cut.h
3 *
4 * Created on: 7-apr-2009
5 * Author: Nicola Mori
6 */
7
8 #ifndef TRKCHI2DEFL75CUT_H_
9 #define TRKCHI2DEFL75CUT_H_
10
11 /*! @file TrkChi2Defl75Cut.h The TrkChi2Defl75Cut class definition file */
12
13 #include "../TrkChi2DeflCut.h"
14
15 /*! @brief The tracker chi2 vs deflection cut at ~ 75% efficiency.
16 *
17 * This cut is a specialization of TrkChi2DeflCut, which gives about
18 * 75% efficiency.
19 */
20
21 class TrkChi2Defl75Cut: public TrkChi2DeflCut {
22
23 public:
24 /*! @brief Constructor.
25 *
26 * @param cutName The cut's name.
27 */
28 TrkChi2Defl75Cut(const char *cutName) :
29 TrkChi2DeflCut(cutName, 2.772, 69.08, 51.63) {
30 }
31 /*! @brief Destructor. */
32 ~TrkChi2Defl75Cut() {
33 }
34
35 };
36 #endif /* TRKCHI2DEFL75CUT_H_ */

  ViewVC Help
Powered by ViewVC 1.1.23