GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » verbose level
Re: verbose level [message #16439 is a reply to message #16429] Thu, 24 April 2014 16:20 Go to previous message
Shyam Kumar is currently offline  Shyam Kumar
Messages: 78
Registered: September 2012
Location: Mumbai, Maharashtra India
continuous participant
From: 103.21.127*
Hi,
If you really want to understand it please go to a directory /pandaroot/sds/SdsDigi and open this class PndSdsCalcStrip.cxx then you will find there are many statement like (for example):
if (fVerboseLevel > 2){
      std::cout<<" part of last strip : "<<(nuOut-prevOut)<<std::endl ;
      std::cout<<" charge : "<<Q2<<std::endl ;
      std::cout<<" end of previous strip : "<<prevOut<<std::endl ;
    }

so when you will choose verboselevel greater than two than the below cout statement will be show the details of what is happening at the time of execution of macro. so It gives the detailed information of what is happening at the time of running of macro.

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: understand the sim file
Next Topic: Web Services @ GSI - Interruption from May 2nd 14:00 till May 4th
Goto Forum:
  


Current Time: Thu Mar 28 15:31:13 CET 2024

Total time taken to generate the page: 0.00614 seconds