PandaRoot
PndTrkSttConformalFilling.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 #ifndef PndTrkSttConformalFilling_H
14 #define PndTrkSttConformalFilling_H 1
15 
16 #include "PndTrkVectors.h"
17 // Root includes
18 #include "TROOT.h"
19 
20 class PndTrkSttConformalFilling : public TObject {
21 
22  public:
25 
28 
29  void BoxConformalFilling(Vec<Short_t> &FiConformalIndex, Vec<Short_t> &HitsinBoxConformal, bool *InclusionListStt, Double_t infoparalConformal[][5], Short_t *ListSttParHits,
30  Short_t MAXHITSINCELL, Vec<Short_t> &nBoxConformal, Short_t NFIDIVCONFORMAL, Int_t Nparal, Short_t NRDIVCONFORMAL, Double_t *radiaConf,
31  Vec<Short_t> &RConformalIndex);
32 
33  void FromXYtoConformal(Double_t trajectory_vertex[2], Double_t info[][7], Short_t *ListSttParHits, Int_t Nparal, Double_t infoparalConformal[][5], Double_t STRAWRADIUS);
34 
36 };
37 
38 #endif
void BoxConformalFilling(Vec< Short_t > &FiConformalIndex, Vec< Short_t > &HitsinBoxConformal, bool *InclusionListStt, Double_t infoparalConformal[][5], Short_t *ListSttParHits, Short_t MAXHITSINCELL, Vec< Short_t > &nBoxConformal, Short_t NFIDIVCONFORMAL, Int_t Nparal, Short_t NRDIVCONFORMAL, Double_t *radiaConf, Vec< Short_t > &RConformalIndex)
const int MAXHITSINCELL
const Double_t STRAWRADIUS
void FromXYtoConformal(Double_t trajectory_vertex[2], Double_t info[][7], Short_t *ListSttParHits, Int_t Nparal, Double_t infoparalConformal[][5], Double_t STRAWRADIUS)
ClassDef(PndTrkSttConformalFilling, 1)