Skip to content

Commit

Permalink
EventSelector: place processor into marlin namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Sep 4, 2019
1 parent bbcc4a5 commit a731442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/include/marlin/EventSelector.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ using namespace marlin ;
* @author F. Gaede, DESY
* @version $Id:$
*/
namespace marlin {

class EventSelector : public Processor, public marlin::EventModifier {

Expand Down Expand Up @@ -73,6 +74,8 @@ class EventSelector : public Processor, public marlin::EventModifier {
int _nEvt=-1;
} ;

} // namespace marlin

#endif


Expand Down

0 comments on commit a731442

Please sign in to comment.