Belle II Software development
CDCTriggerNDFinderLUTs.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#pragma once
10
11#include <vector>
12#include <TObject.h>
13
14namespace Belle2 {
19
20 class CDCTriggerNDFinderLUTs : public TObject {
21 public:
22 std::vector<unsigned short> axial;
23 std::vector<unsigned short> stereo;
24
25 ClassDef(CDCTriggerNDFinderLUTs, 1);
26 };
27
29}
Abstract base class for different kinds of events.