Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

001 #ifndef BRANCHDECODERFACTORY_H
002 #define BRANCHDECODERFACTORY_H
003 
004 #include "IBranchDecoderFactory.h"
005 #include "IBranchDecoder.h"
006 
007 class BranchDecoderFactory : public IBranchDecoderFactory
008 {
009 public:
010         virtual ~BranchDecoderFactory(void);
011         virtual IBranchDecoder* createBranchDecoder(int branchType);
012         
013         enum eBranchType { ePedestal = 0, eIdMap, eByteStream };
014 
015 };
016 
017 #endif

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!