R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BNeulandTacquilaMappedData.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
15
17 UShort_t tacData,
18 UShort_t stopT,
19 UShort_t qdcData,
20 Int_t plane,
21 Int_t paddle,
22 Int_t side)
23 : fClock(clock)
24 , fTacData(tacData)
25 , fStopT(stopT)
26 , fQdcData(qdcData)
27 , fPlane(plane)
28 , fPaddle(paddle)
29 , fSide(side)
30{
31}
32
33std::ostream& operator<<(std::ostream& os, const R3BNeulandTacquilaMappedData& mappedData)
34{
35 os << "R3BNeulandTacquilaMappedData:" << " Clock " << mappedData.GetClock() << " TacData "
36 << mappedData.GetTacData() << " StopT " << mappedData.GetStopT() << " QdcData " << mappedData.GetQdcData()
37 << " Plane " << mappedData.GetPlane() << " Paddle " << mappedData.GetPaddle() << " Side "
38 << mappedData.GetSide() << "\n";
39 return os;
40}
41
42void R3BNeulandTacquilaMappedData::Print(const Option_t*) const { std::cout << *this; }
43
ClassImp(R3B::Neuland::Cal2HitPar)
std::ostream & operator<<(std::ostream &os, const R3BNeulandTacquilaMappedData &mappedData)
void Print(const Option_t *) const override