CbmRoot
Loading...
Searching...
No Matches
CbmMuchDigiMatch.h
Go to the documentation of this file.
1/* Copyright (C) 2007-2020 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Vikas Singhal, Volker Friese [committer], Florian Uhlig, Mikhail Ryzhinskiy */
4
14#ifndef CBMMUCHDIGIMATCH_H
15#define CBMMUCHDIGIMATCH_H 1
16
17#include "CbmMatch.h" // for CbmMatch
18
19#include <Rtypes.h> // for ClassDef
20
21class CbmMuchDigiMatch : public CbmMatch {
22
23public:
26
29
31 virtual ~CbmMuchDigiMatch() {}
32
34};
35
36
37#endif
virtual ~CbmMuchDigiMatch()
ClassDef(CbmMuchDigiMatch, 2)