-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from brownd1978/extrap
Cleanups and improvements to support extrapolation
- Loading branch information
Showing
69 changed files
with
1,254 additions
and
860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ KinKal/UnitTests/Dict.cc | |
debug/* | ||
*.root | ||
.DS_Store | ||
.vscode | ||
.vscode/* | ||
.*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
|
||
#ifndef KinKal_BFieldInfo_hh | ||
#define KinKal_BFieldInfo_hh | ||
#ifndef KinKal_DomainWallInfo_hh | ||
#define KinKal_DomainWallInfo_hh | ||
#include <vector> | ||
namespace KinKal { | ||
struct BFieldInfo { | ||
BFieldInfo(){}; | ||
struct DomainWallInfo { | ||
DomainWallInfo(){}; | ||
Int_t active_; | ||
Float_t time_, range_; | ||
static std::string leafnames() { return std::string("active/i:time/f:range/f"); } | ||
}; | ||
typedef std::vector<BFieldInfo> KKBFIV; | ||
typedef std::vector<DomainWallInfo> KKBFIV; | ||
} | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.