AliRoot Core
d69033e (d69033e)
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
sim.C
Go to the documentation of this file.
1
3
void
sim
(
char
* configPath,
char
* tpcDbpath, Int_t nevents){
4
//
5
//
6
//
7
//AliCDBManager * man = AliCDBManager::Instance();
8
//man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
9
//man->SetRun(0);
10
//man->SetSpecificStorage("TPC/*/*",tpcDBpath);
11
12
AliSimulation
sim
;
13
sim.SetConfigFile(configPath);
14
sim.SetSpecificStorage(
"TPC/*/*"
,tpcDbpath);
15
sim.Run(nevents);
16
17
18
}
sim
void sim(char *configPath, char *tpcDbpath, Int_t nevents)
Definition:
sim.C:3
TPC
testMC
sim.C
Generated on Tue Feb 7 2017 16:14:11 for AliRoot Core by
1.8.6