Subversion Repositories f9daq

Rev

Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40 Rev 47
Line 101... Line 101...
101
 
101
 
102
// ------------------------------------------------------------------------------
102
// ------------------------------------------------------------------------------
103
 
103
 
104
int analysisBias(char* dfile0="test", int dbg=0, double tdcCut=5.0)
104
int analysisBias(char* dfile0="test", int dbg=0, double tdcCut=5.0)
105
{
105
{
106
  const double c_tdcOffset = 368*TDC_BIN; // ns
106
  const double c_tdcOffset = 372*TDC_BIN; // ns, SiPM4
107
   
107
   
108
  printf(" Data to root conversion program\nUsage:\nd2r(input file name <without.dat>, debug on/off, TDC cut +-[ns])\n\n");
108
  printf(" Data to root conversion program\nUsage:\nd2r(input file name <without.dat>, debug on/off, TDC cut +-[ns])\n\n");
109
 
109
 
110
  char fullname[256];
110
  char fullname[256];
111
  char sbuff[256];
111
  char sbuff[256];