Changeset 37 in JEM-EUSO for esaf_lal


Ignore:
Timestamp:
Feb 21, 2013, 5:38:25 PM (11 years ago)
Author:
moretto
Message:

addition of .cc and .hh for R11265U100

Location:
esaf_lal/branches/test_electronics
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • esaf_lal/branches/test_electronics/src/EusoElectronics.cc

    r16 r37  
    474474    // Simulate the whole electronics behaviour for this event
    475475    //
     476
     477std::cout << "****************************************************************" << std::endl;
     478std::cout << "Salut!! Ici on utilise la methode => EusoElectronics::Simulate()" << std::endl;
     479std::cout << "****************************************************************" << std::endl;
    476480
    477481    if ( !fSimulateElectronics ) {
  • esaf_lal/branches/test_electronics/src/MacroCell.cc

    r16 r37  
    158158    // (user must have called Simulate for each of them)
    159159    //
     160
     161std::cout << "****************************************************************" << std::endl;
     162std::cout << "Salut!! ici on utilise la methode => MacroCell::CheckPmtState()" << std::endl;
     163std::cout << "****************************************************************" << std::endl;
     164
     165
    160166    for( size_t i=0; i < fPmts.size(); i++) {
    161167        Photomultiplier* pPmt = fPmts[i];
  • esaf_lal/branches/test_electronics/src/Photomultiplier.cc

    r16 r37  
    314314    // the Photomultipliers job ends here. The Front End simulation
    315315    // and MacroCell simulation is assumed to be handled by some one else.
     316std::cout << "*****************************************************************************" << std::endl;
     317std::cout << "Salut!! Ici on utillise la methode => Photomultiplier::Simulate()" << std::endl;
     318std::cout << "*****************************************************************************" << std::endl;
    316319
    317320    // do not do it twice or if empty
  • esaf_lal/branches/test_electronics/src/StandardMacroCell.cc

    r16 r37  
    4040    // Electronics simulation for this macrocell
    4141    //
     42
     43std::cout << "****************************************************************" << std::endl;
     44std::cout << "Salut!! Ici on utilise la methode StandardMacroCell::Simulate()" << std::endl;
     45std::cout << "****************************************************************" << std::endl;
    4246
    4347    ConfigFileParser *pConfig = Config::Get()->GetCF("Electronics","MacroCell");
Note: See TracChangeset for help on using the changeset viewer.