PandaRoot
PndSttTubeMapCreatorRoot.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /*
14  * PndSttTubeMapCreatorRoot.h
15  *
16  *
17  * Created on: 02.08.2018
18  * Author: tstockmanns
19  */
20 
21 #ifndef DETECTORS_STT_PndSttTubeMapCreatorRoot_H_
22 #define DETECTORS_STT_PndSttTubeMapCreatorRoot_H_
23 
24 #include "PndSttTubeMap.h"
26 
28  public:
30  virtual ~PndSttTubeMapCreatorRoot();
31  bool IsEdgeStraw(int tubeId) const;
32  int IsSectorBorderStraw(int tubeId) const;
34 
35  protected:
36  void AssignNeighbors(PndSttTube *tube);
37 
38  int sRowTubeID[6][29]; //[sector][row]
39  int eRowTubeID[6][29]; //[sector][row]
40  int additionalSkewedTubeMap[4576]; // check for additional tube in skewed layers
42 };
43 
44 #endif /* DETECTORS_STT_PndSttTubeMapCreatorRoot_H_ */
int IsSectorBorderStraw(int tubeId) const
virtual ~PndSttTubeMapCreatorRoot()
ClassDef(PndSttTubeMapCreatorRoot, 1)
PndSttTubeMap * CreateTubeMap()
bool IsEdgeStraw(int tubeId) const
void AssignNeighbors(PndSttTube *tube)