AliRoot Core
a565103 (a565103)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AliSegmentID.h
Go to the documentation of this file.
1
#ifndef ALISEGMENTID_H
2
#define ALISEGMENTID_H
3
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4
* See cxx source for full Copyright notice */
5
6
/* $Id$ */
7
12
13
#include "TObject.h"
14
15
class
AliSegmentID
:
public
TObject{
16
public
:
17
AliSegmentID
() :
fSegmentID
(0) {}
18
AliSegmentID
(Int_t index) :
fSegmentID
(index) {}
19
Int_t
GetID
() {
return
fSegmentID
;}
20
void
SetID
(Int_t index){
fSegmentID
= index;}
21
protected
:
22
Int_t
fSegmentID
;
23
ClassDef(
AliSegmentID
,1);
26
};
27
28
#endif //ALISEGMENTID_H
29
AliSegmentID
AliSegmentID object.
Definition:
AliSegmentID.h:15
AliSegmentID::SetID
void SetID(Int_t index)
Definition:
AliSegmentID.h:20
AliSegmentID::AliSegmentID
AliSegmentID(Int_t index)
Definition:
AliSegmentID.h:18
AliSegmentID::GetID
Int_t GetID()
Definition:
AliSegmentID.h:19
AliSegmentID::AliSegmentID
AliSegmentID()
Definition:
AliSegmentID.h:17
AliSegmentID::fSegmentID
Int_t fSegmentID
Definition:
AliSegmentID.h:22
TPC
TPCbase
AliSegmentID.h
Generated on Tue May 17 2016 01:14:10 for AliRoot Core by
1.8.6