PandaRoot
PndLmdGeo.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  * PndLmdGeo.h
15  * * Created on: Jun 30, 2010
16  * Author: huagen
17  */
18 /*
19  * PndLmdGeo class will define the detector name by user. It was inherited from
20  * Sds base class PndSdsGeo.
21  */
22 
23 #ifndef PNDLMDGEO_H_
24 #define PNDLMDGEO_H_
25 
26 #include "PndSdsGeo.h"
27 
28 class PndLmdGeo : public PndSdsGeo {
29  public:
30  PndLmdGeo();
31  ~PndLmdGeo();
32 
33  const char *getModuleName(Int_t m);
34  const char *getEleName(Int_t m);
35 
36  ClassDef(PndLmdGeo, 1);
37 };
38 
39 #endif /* PNDLMDGEO_H_ */
__m128 m
Definition: P4_F32vec4.h:38
const char * getModuleName(Int_t m)
ClassDef(PndLmdGeo, 1)
const char * getEleName(Int_t m)