Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • class myLevelIter
    This class inherits from XtcIterator and implements a large number of process(DetInfo,ConfigInfo) functions that can be called depending on which detector and configuration one is looking for.
  • Functions
    Code Block
      void 	usage (char *progname)
      int 	main (int argc, char *argv[])
    

app/dmgreader.cc

classes

  • class myLevelIter
    This class inherits from XtcIterator and implements one process member function.
    Public Types:
    Code Block
    
    enum {Stop, Continue}
    
    Public Member Functions
    Code Block
    
    // Constructor
    myLevelIter(Xtc* xtc, unsigned depth)
    
    process(Xtc* xtc)
    

Functions

Code Block

void usage(char* progname)
int main(int argc, char* argv[])

app/livextcreader.cc

app/xtcmodify.cc

...