File indexing completed on 2024-04-06 12:29:28
0001 #ifndef SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXETSTRIPH
0002 #define SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXETSTRIPH
0003 #include <vector>
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020 class EcalFenixEtStrip {
0021 private:
0022 public:
0023 EcalFenixEtStrip();
0024 virtual ~EcalFenixEtStrip();
0025 void process(const std::vector<std::vector<int>> &linout, int nrXtals, std::vector<int> &output);
0026 };
0027
0028 #endif