]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterizer.cxx
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterizer.cxx
index ce1d21b38944603ad41e4156fda72c4df965fe84..aff0b6c80bba8d317d814575e09d284defc0b03a 100644 (file)
 
 /*
 $Log$
+Revision 1.11.6.2  2002/10/11 07:26:37  hristov
+Updating VirtualMC to v3-09-02
+
+Revision 1.13  2002/09/18 09:20:53  cblume
+Write the parameter class into the cluster file
+
 Revision 1.11  2001/11/27 08:50:33  hristov
 BranchOld replaced by Branch
 
@@ -361,6 +367,11 @@ Bool_t AliTRDclusterizer::WriteClusters(Int_t det)
          ,fClusterTree->GetName(),fEvent);
 
     fClusterTree->Write();
+
+    AliTRDgeometry *geo = fTRD->GetGeometry();
+    geo->SetName("TRDgeometry");
+    geo->Write();
+    fPar->Write();
      
     return kTRUE;