Ignore:
Timestamp:
10/06/13 13:30:11 (11 years ago)
Author:
dneise
Message:
in commit 17200 & 17201 I committed accidentally a lot of changes,
that were totally unnecessary. So I reverted back to 17199.
In this revision the svn property svn:ignore is still set, such that 
all the Cint.cc and Cint.h files as well as .d files are ignored.

In addition I changed melectronics/MAvalanchePhotoDiode.h:
I gave the Afterpulse class a ClassDef macro... 
and I added the link pragma into LinkDef.h file.
So now one can easier write test macros for the APD class,
without the need to compile the macro.

Sorry for the hubbub.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/melectronics/MAvalanchePhotoDiode.cc

    r17200 r17202  
    7171//        apd.IncreaseTime(dtend);
    7272//
    73 //        // Now you can access the afterpulses by
     73//        // Now you can excess the afterpulses by
    7474//        TIter Next(&a->GetListOfAfterpulses());
    7575//        Afterpulse *ap = 0;
     
    9494#include "MLog.h"
    9595#include "MLogManip.h"
    96 #include "Afterpulse.h"
    9796
    9897ClassImp(APD);
Note: See TracChangeset for help on using the changeset viewer.