R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BPaddleTamexMappedData.cxx
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
3 * Copyright (C) 2019-2025 Members of R3B Collaboration *
4 * *
5 * This software is distributed under the terms of the *
6 * GNU General Public Licence (GPL) version 3, *
7 * copied verbatim in the file "LICENSE". *
8 * *
9 * In applying this license GSI does not waive the privileges and immunities *
10 * granted to it by virtue of its status as an Intergovernmental Organization *
11 * or submit itself to any jurisdiction. *
12 ******************************************************************************/
13
14// ----------------------------------------------------------------
15// ----- R3BPaddleTamexMappedData -----
16// ----- Created August 2nd 2016 by R.Plag -----
17// ----------------------------------------------------------------
18
20#include <iostream>
21#include <stdlib.h>
22
23using namespace std;
24
26 : fPlane(0)
27 , fBar(0)
28 , fSide(0)
29 , fEdge(0)
30 , fCoarseTime1LE(-1)
31 , fFineTime1LE(-1)
32 , fCoarseTime1TE(-1)
33 , fFineTime1TE(-1)
34 , fCoarseTime2LE(-1)
35 , fFineTime2LE(-1)
36 , fCoarseTime2TE(-1)
37 , fFineTime2TE(-1)
38{
39}
40
42 : fPlane(planeId)
43 , fBar(barId)
44 , fSide(0)
45 , fEdge(0)
46 , fCoarseTime1LE(-1)
47 , fFineTime1LE(-1)
48 , fCoarseTime1TE(-1)
49 , fFineTime1TE(-1)
50 , fCoarseTime2LE(-1)
51 , fFineTime2LE(-1)
52 , fCoarseTime2TE(-1)
53 , fFineTime2TE(-1)
54{
55}
56
ClassImp(R3B::Neuland::Cal2HitPar)