CbmRoot
Loading...
Searching...
No Matches
CbmMuchCluster.h
Go to the documentation of this file.
1/* Copyright (C) 2007-2020 St. Petersburg Polytechnic University, St. Petersburg
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Evgeny Kryshen, Andrey Lebedev, Mikhail Ryzhinskiy [committer] */
4
12#ifndef CBMMUCHCLUSTER_H
13#define CBMMUCHCLUSTER_H 1
14
15#include "CbmCluster.h" // for CbmCluster
16
17#include <Rtypes.h> // for ClassDef
18
24class CbmMuchCluster : public CbmCluster {
25public:
30
34 virtual ~CbmMuchCluster();
35
37};
38
39#endif
Base class for cluster objects.
Base class for cluster objects.
Definition CbmCluster.h:30
ClassDef(CbmCluster, 2)
Data container for MUCH clusters.
virtual ~CbmMuchCluster()
Destructor.
CbmMuchCluster()
Default constructor.