Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TrackDCAPipeCut.h
1
/*
2
* TrackDCAPipeCut.h
3
*
4
* Created on: 04-05-2022
5
* Author: Daniel Wielanek
6
* E-mail: daniel.wielanek@gmail.com
7
* Warsaw University of Technology, Faculty of Physics
8
*/
9
#ifndef HALTRACKDCAPIPECUT_H_
10
#define HALTRACKDCAPIPECUT_H_
11
#include "TrackExpCut.h"
12
namespace
Hal
{
13
class
TrackDCAPipeCut
:
public
TrackExpCut
{
14
public
:
15
TrackDCAPipeCut
();
16
virtual
Bool_t
Pass
(
Track
* track);
17
virtual
Bool_t
Init
(Int_t id_format = 0);
18
static
Int_t DCA() {
return
0; };
19
static
Int_t DCAxy() {
return
1; };
20
static
Int_t DCAz() {
return
2; };
21
virtual
~TrackDCAPipeCut
();
22
ClassDef(
TrackDCAPipeCut
, 1)
23
};
24
}
// namespace Hal
25
#endif
/* HALTRACKDCAPIPECUT_H_ */
Hal::TrackDCAPipeCut
Definition
TrackDCAPipeCut.h:13
Hal::TrackDCAPipeCut::Init
virtual Bool_t Init(Int_t id_format=0)
Definition
TrackDCAPipeCut.cxx:34
Hal::TrackDCAPipeCut::Pass
virtual Bool_t Pass(Track *track)
Definition
TrackDCAPipeCut.cxx:24
Hal::TrackExpCut
Definition
TrackExpCut.h:17
Hal::Track
Definition
Track.h:29
Hal
Definition
EventAnaChain.cxx:28
cuts
trackcuts
detector
TrackDCAPipeCut.h
Generated on Wed Oct 23 2024 15:07:51 for Heavy ion Analysis Libriares by
1.12.0