-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR3BFi12Mapped2Cal.h
28 lines (23 loc) · 1.24 KB
/
R3BFi12Mapped2Cal.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/******************************************************************************
* Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
* Copyright (C) 2019 Members of R3B Collaboration *
* *
* This software is distributed under the terms of the *
* GNU General Public Licence (GPL) version 3, *
* copied verbatim in the file "LICENSE". *
* *
* In applying this license GSI does not waive the privileges and immunities *
* granted to it by virtue of its status as an Intergovernmental Organization *
* or submit itself to any jurisdiction. *
******************************************************************************/
#ifndef R3BFI12MAPPED2CAL
#define R3BFI12MAPPED2CAL
#include "R3BBunchedFiberMapped2Cal.h"
class R3BFi12Mapped2Cal : public R3BBunchedFiberMapped2Cal
{
public:
R3BFi12Mapped2Cal(Int_t, enum R3BTCalEngine::CTDCVariant);
virtual ~R3BFi12Mapped2Cal();
ClassDef(R3BFi12Mapped2Cal, 1)
};
#endif