Home » PANDA » PandaRoot » General » switching off the information output
Re: switching off the information output [message #13084 is a reply to message #13083] |
Fri, 24 February 2012 14:22 |
donghee
Messages: 385 Registered: January 2009 Location: Germnay
|
first-grade participant |
From: *kph.uni-mainz.de
|
|
Hi Promme,
Here is one particular way to do that, if you are working on simulation level with primary generator.
>emacs pandaroot/base/ FairPrimaryGenerator.cxx
then go to line # 170
Quote: |
fLogger->Info(MESSAGE_ORIGIN,"FairPrimaryGenerator: (Event %i) %i primary tracks from vertex (%f, %f, %f ) Event Time = %f (ns)" ,fEvent->GetEventID(), fNTracks, fVertex.), fVertex.Y(), fVertex.Z(), fEventTime);
|
then do inactive this line
Quote: |
//fLogger->Info(MESSAGE_ORIGIN,"FairPrimaryGenerator: (Event %i) %i primary tracks from vertex (%f, %f, %f ) Event Time = %f (ns)" ,fEvent->GetEventID(), fNTracks, fVertex.), fVertex.Y(), fVertex.Z(), fEventTime);
|
then do make in buildpanda.
Now, it might be gone way.
[Updated on: Fri, 24 February 2012 14:25] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Sep 17 14:33:24 CEST 2024
Total time taken to generate the page: 0.00686 seconds
|