git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This commit was generated by cvs2svn to compensate for changes in r244,
[u/mrichter/AliRoot.git]
/
START
/
ViewSTART.C
1
//void ViewSTART()
2
{
3
geant3->Gsatt("STRT","seen",0);
4
geant3->Gsatt("SCIN","seen",1);
5
geant3->Gsatt("PMT ","seen",1);
6
geant3->Gsatt("DIVI","seen",1);
7
}
8
9