Print

Print


Commit in slicPandora/src on MAIN
SimCalorimeterHitProcessor.cpp+21.10 -> 1.11
add time flag

slicPandora/src
SimCalorimeterHitProcessor.cpp 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- SimCalorimeterHitProcessor.cpp	5 May 2010 22:15:56 -0000	1.10
+++ SimCalorimeterHitProcessor.cpp	5 May 2010 23:27:08 -0000	1.11
@@ -71,6 +71,8 @@
         // Set correct flags for output collection.  
         int flag = 1 << EVENT::LCIO::RCHBIT_LONG; // position
         flag |= 1 << EVENT::LCIO::RCHBIT_ID1;     // cellId1
+        flag |= 1 << EVENT::LCIO::RCHBIT_TIME;    // time
+
         LCFlagImpl chFlag(flag);
         calHits->setFlag(chFlag.getFlag());
         
CVSspam 0.2.8