Minor changes to the global input file generation
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* Copyright (C) 2009 by Bastian M. Wojek / Andreas Suter *
|
||||
* Copyright (C) 2009-2010 by Bastian M. Wojek / Andreas Suter *
|
||||
* andreas.suter@psi.ch *
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
@ -29,6 +29,11 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
// note: msr2data is on purpose implemented in a way that shows string handling can be done solely
|
||||
// using std::string, boost and related standard C++ features
|
||||
// This implies, however, occasionally strange constructs when interoperating with PMusr-classes
|
||||
// which mostly rely on ROOT's TString.
|
||||
|
||||
#include "PMsr2Data.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
Reference in New Issue
Block a user