Changeset 218 in Idarraga


Ignore:
Timestamp:
Jul 20, 2011, 1:32:04 AM (13 years ago)
Author:
idarraga
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • EUTelraw2mdm/allpix_dm.cc

    r212 r218  
    1010#include "TH2.h"
    1111
    12 #include "allpix_dm.h"
     12#include "eudaq/allpix_dm.h"
    1313
    1414ClassImp(FrameContainer)
     
    9090        /* head info */
    9191        fFormat = 0;
    92         fWidth = 0;
    93         fHeight = 0;
    9492
    9593        /* all metadata */
     
    120118         *  --> fFrameId
    121119         *  --> fMPXDataSetNumber
     120         *  --> fWidth
     121         *  --> fHeight
    122122         */
    123123}
     
    312312}
    313313
     314void FramesHandler::RewindSoft(){
     315
     316        // keep some values to make it a soft rewind
     317        ///Int_t w = m_width;
     318        //Int_t h = m_height;
     319        //Int_t fI = m_detID;
     320
     321        // now clean
     322        m_aFrame->CleanUpMatrix();
     323        m_aFrame->ResetCountersPad();
     324        m_aFrame->RewindMetaDataValues();
     325
     326        //m_width = w;
     327        //m_height = h;
     328        //m_detID = fI;
     329
     330}
     331
    314332/* Rewind frame and metadata */
    315333void FramesHandler::RewindAll(){
Note: See TracChangeset for help on using the changeset viewer.