User Tools

Site Tools


phase1:phase1:compile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
phase1:phase1:compile [2014/07/31 12:10] – [BPixelTools] leacphase1:phase1:compile [2014/07/31 12:18] – [pxlpilotfed] leac
Line 7: Line 7:
    make APIConsoleDebugger    make APIConsoleDebugger
    make install    make install
-    
 ==== pxlpilotfed ==== ==== pxlpilotfed ====
    source TriDAS/pixel/POSRelease/setenv.sh    source TriDAS/pixel/POSRelease/setenv.sh
    cd TriDAS/pixel/pxlpilotfed    cd TriDAS/pixel/pxlpilotfed
    make     make 
-    
 ==== BPixelTools ==== ==== BPixelTools ====
 Requires installation of CAEN software.\\  Requires installation of CAEN software.\\ 
Line 23: Line 21:
 ==FECSoftware== ==FECSoftware==
  
-Replace the file TriDAS/FecSoftwareV3_0/generic/include/HashTable.h by this one: http://www.physik.uzh.ch/~leac/HashTable.h\\+1) Replace the file TriDAS/FecSoftwareV3_0/generic/include/HashTable.h by this one: http://www.physik.uzh.ch/~leac/HashTable.h\\
 Recompile the FECSoftware Recompile the FECSoftware
  
-in generic/src/common/FecRingDevice.cc  +2) In generic/src/common/FecRingDevice.ccin FecRingDevice::fecScanRingBroadcast(): reset cculist before scanning:  
-  in FecRingDevice::fecScanRingBroadcast(): reset cculist before scanning: uncomment: + 
- +uncomment:
   for (ccuMapAccessedType::iterator p=ccuMapAccess_.begin();p!=ccuMapAccess_.end();p++)     for (ccuMapAccessedType::iterator p=ccuMapAccess_.begin();p!=ccuMapAccess_.end();p++)  
-    delete p->second ; // Remove all the accesses for the CCU device+  delete p->second ; // Remove all the accesses for the CCU device
   ccuMapAccess_.clear() ;   ccuMapAccess_.clear() ;
        
phase1/phase1/compile.txt · Last modified: 2014/07/31 12:19 by leac